diff options
| author | Zhiteng Huang <zhiteng.huang@intel.com> | 2012-08-09 14:20:40 +0800 |
|---|---|---|
| committer | Zhiteng Huang <zhiteng.huang@intel.com> | 2012-08-10 09:59:39 +0800 |
| commit | 332a72004f3016ed692dfc483ae8cefc4906fffb (patch) | |
| tree | 7a9697ad285a08b0407a5476f62b20a8fb3336e7 /setup.py | |
| parent | 778d2d90227771976f9b98ab686dbe1d88154806 (diff) | |
| download | python-cinderclient-332a72004f3016ed692dfc483ae8cefc4906fffb.tar.gz | |
Add availability_zone support for volume creation.
Add '--availability_zone' flag to 'create' sub command in order to allow
user to speicify target availability zone for volume.
Also fix library description in setup.py
Change-Id: Ice3c9a550dcc486208208074730da13c64a6719b
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ setuptools.setup( version=setup.get_post_version('cinderclient'), author="Rackspace, based on work by Jacob Kaplan-Moss", author_email="github@racklabs.com", - description="Client library for OpenStack Nova API.", + description="Client library for OpenStack Cinder API.", long_description=read_file("README.rst"), license="Apache License, Version 2.0", url="https://github.com/openstack/python-cinderclient", |
