summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add a couple more things to index before release1.0.5John Griffith2013-08-061-0/+2
| | | | | | | | Most of the new features are in and oslo req's are synched, making the cut off here and getting a new client version pushed up to PyPi. Change-Id: If208b2341db06b438851d7b2aaab541efc79ea35
* Merge "Sync with global requirements"Jenkins2013-08-0618-8/+204
|\
| * Sync with global requirementsMonty Taylor2013-08-0618-8/+204
| | | | | | | | Change-Id: Iccc824fef7dc7ae5675d6528a1ea33566e5f7eef
* | Provide cinder CLI man page.Jakub Ruzicka2013-08-053-4/+69
|/ | | | | | | | | | | | | | Provide basic but hopefully useful man page. shell.rst was merged into and replaced by the man page in HTML docs. pbr is used to determine version. Docs copyright was changed to more accurate "OpenStack Contributors". Fixes: bug 1206968 Implements: blueprint clients-man-pages Change-Id: Iedd7b4b161ced564833fd9433762b87a4c1a374d
* Merge "Remove locals() from cinder client code base"Jenkins2013-08-033-4/+8
|\
| * Remove locals() from cinder client code baseMike Perez2013-07-313-4/+8
| | | | | | | | | | | | Hacking file now disallows locals() usage. Change-Id: I5049c718c2706d606c12913ae0b33a0fb3263542
* | Merge "Revert "Add evaluation of --force parameter when creating snapshots""Jenkins2013-08-032-11/+0
|\ \ | |/ |/|
| * Revert "Add evaluation of --force parameter when creating snapshots"John Griffith2013-08-032-11/+0
| | | | | | | | | | | | | | This reverts commit 854740c4c793444c955180e7c0c96977e3e06c56 What we should've caught here is that the args actually passes in a Bool, which then fails the .lower(). Also, if we want to do things like check for strings representing bools we should use the utils.bool_from_str() method rather than write it inline like this.
* | Merge "Changes for volume type quotas."Jenkins2013-07-316-52/+54
|\ \
| * | Changes for volume type quotas.Cory Stone2013-07-156-52/+54
| | | | | | | | | | | | | | | | | | blueprint quotas-limits-by-voltype Change-Id: I1bb676689c79fe1b14a14a81b21105a02ec117ef
* | | Merge "Updating HACKING file"Jenkins2013-07-312-115/+70
|\ \ \
| * | | Updating HACKING fileMike Perez2013-07-252-115/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Using OpenStack HACKING file for common stuff and mentioning locals() disallowed now like Cinder. Change-Id: I05b1706eb52c13b9eb89fe5cbcce005c3cc75caf
* | | | Merge "Add evaluation of --force parameter when creating snapshots"Jenkins2013-07-312-0/+11
|\ \ \ \ | | |_|/ | |/| |
| * | | Add evaluation of --force parameter when creating snapshotsSeif Lotfy2013-07-282-0/+11
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | Raise BadRequest Exception if value of --force parameter in snapshot-create is invalid Fixes: bug #1014689 Change-Id: If4858dc17cedf027112defb935016137727681cc
* | | Merge "Add availability-zone-list command"Jenkins2013-07-2912-0/+516
|\ \ \ | |/ / |/| |
| * | Add availability-zone-list commandDean Troyer2013-07-2512-0/+516
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is client-side support for the os-availability-zone extension added in https://review.openstack.org/34813. As /os-availability-zone/detail is not yet implemented, adjustments were made to accomodate the lack of hosts in the returned zone list. Added for both v1 and v2, basically a copy of the equivalent novaclient command. Change-Id: Iae806a2b5ea3a2d3c984a138d9c27e169160766e
* | | Merge "Add print to the upload-to-image command"Jenkins2013-07-254-12/+20
|\ \ \ | |/ / |/| |
| * | Add print to the upload-to-image commandSeif Lotfy2013-07-154-12/+20
| |/ | | | | | | Change-Id: I4f7fa6f943fce8151ebd609f35c4717f868a5dfb
* | Merge "Revert "Use exceptions from oslo""Jenkins2013-07-1717-498/+182
|\ \
| * | Revert "Use exceptions from oslo"John Griffith2013-07-1517-498/+182
| | | | | | | | | | | | | | | | | | This reverts commit a7cce08eab5e2e42275b84bd56127bd09b00f5bf Change-Id: I6c0047adbc33d0d6b5890f11853974578c36c78c
* | | Merge "Add os-services extension support"Jenkins2013-07-1710-0/+392
|\ \ \
| * | | Add os-services extension supportQiu Yu2013-07-1410-0/+392
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement client bindings for Cinder os-services API extension, so client would be able to list services, enable or disable particular services. Usage: cinder service-list [--host <hostname>] [--binary <binary>] cinder service-enable <hostname> <binary> cinder service-disable <hostname> <binary> This change is depended on following change at Cinder side I7f3fa889294ca6caebdf46b8689345bcac1cdf54 Implements blueprint os-services-extension Change-Id: I4a53fd545ed3b446441302d00a429168a996a34a
* | | Merge "Update index.rst"Jenkins2013-07-161-0/+17
|\ \ \ | |_|/ |/| |
| * | Update index.rstJohn Griffith2013-07-131-0/+17
| |/ | | | | | | | | | | | | Update the release info in index.rst to get ready to push new version to PyPi. Change-Id: Id3b4b6bfd7374b74bf8566dc133ea66f5d2f74ed
* | Update to latest openstack/requirements.John Griffith2013-07-142-6/+5
|/ | | | | | Fixes bug: 1200214 Change-Id: I0ff8a76eb5d5a99892a270909c68207858e1bc8b
* Merge "Implement ability to extend volume for v1."Jenkins2013-07-134-0/+37
|\
| * Implement ability to extend volume for v1.Mathieu Gagné2013-07-084-0/+37
| | | | | | | | | | | | Backport implementation from v2 to v1. Change-Id: Ibb2334859e937a37481308580b072daef068f511
* | Merge "Sync install_venv_common from oslo"Jenkins2013-07-133-219/+263
|\ \
| * | Sync install_venv_common from osloMonty Taylor2013-07-053-219/+263
| |/ | | | | | | Change-Id: I1649a8e777baf288b3aa4c2c29e2fe532dfe93be
* | Fix wrong method call for extend subcommandMathieu Gagné2013-07-081-1/+1
|/ | | | | | | Ensure extend is called instead of extend_volume as the latter doesn't exist. Change-Id: I5a4ce5904dc73586a124f7bddebc8ffd30841980
* Merge "Enable ability to reset state on snapshots."Jenkins2013-07-058-0/+102
|\
| * Enable ability to reset state on snapshots.John Griffith2013-07-048-0/+102
| | | | | | | | | | | | | | Implement the ability to reset-state on snapshots, exposes os-reset_status from snapshot actions. Change-Id: I605f41e39fde46ccfe6a53222b798f32c14bc1f8
* | Merge "Implement ability to extend volume."Jenkins2013-07-054-0/+36
|\ \
| * | Implement ability to extend volume.John Griffith2013-07-024-0/+36
| |/ | | | | | | | | | | | | | | | | Implements ability to call extend volume in Version 2 API. This change includes the needed support in cinderlcient to utilize/access changes made in the volume-resize change. Change-Id: Ifc7e2969b885a60e8105b5f3908ac452d0a61fa7
* | Merge "Use exceptions from oslo"Jenkins2013-07-0318-183/+499
|\ \
| * | Use exceptions from osloAlessio Ababilov2013-07-0118-183/+499
| |/ | | | | | | | | | | | | | | | | These exceptions can be used in novaclient, keystoneclient, glanceclient, and other client projects. Partially implements: blueprint common-client-library Change-Id: I43918316622b1c1d722872fe30199db6a3a7bb76
* | Fix volume info display error on create with v2.Avishay Traeger2013-06-261-17/+6
|/ | | | | | | Error due to popping 'links' when it does not exist. Change-Id: I3f25b97f16699373ef12d9ac47905900b4b631f8 Fixes: bug 1190853
* Merge "Implement reset-state (os-reset_status) action"Jenkins2013-06-258-2/+66
|\
| * Implement reset-state (os-reset_status) actionBrian Waldon2013-06-258-2/+66
| | | | | | | | | | | | | | | | | | | | This change implements a reset-state method in the cinderclient which exposes the extension: os-reset_status from the Cinder API. Fix bug 1190731 Change-Id: I8f631f0f19ca16e0fdd1e3adcf923cc684292887
* | Merge "Connectivity between the endpoint version and OS_VOLUME_API_VERSION."Jenkins2013-06-258-1/+49
|\ \
| * | Connectivity between the endpoint version and OS_VOLUME_API_VERSION.Anastasia Latynskaya2013-06-258-1/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds functionality which allows user to work with that cinder API version which is the same as the endpoint version. Fixes: bug #1169455 Change-Id: I9bb46e602d15856d2da502a6ac2b6c25e76f4fa3
* | | Merge "python3: Strutils is not needed"Jenkins2013-06-243-9/+28
|\ \ \
| * | | python3: Strutils is not neededChuck Short2013-06-223-9/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | strutils is used to safely encode and decode unicode strings for python2.7. Since unicode strings are the default in python3, ignore the use of strutils when running with python3. Change-Id: I9a8e296b4f2153b1ef4302a7dcd797fbb4561c35 Signed-off-by: Chuck Short <chuck.short@canonical.com>
* | | | Merge "Implements support migration for volume transfer"Jenkins2013-06-2310-0/+576
|\ \ \ \ | |/ / / |/| | |
| * | | Implements support migration for volume transferCian O'Driscoll2013-06-1710-0/+576
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Implements support for the volume transfer api added to cinder in https://review.openstack.org/#/c/29227 Change-Id: Idbcdfdd3ef76a8c516e08d1cf351d549254bc8c0
* | | | Merge "Add `snapshots` key support for quota class update"Jenkins2013-06-214-2/+6
|\ \ \ \
| * | | | Add `snapshots` key support for quota class updateliyingjun2013-06-074-2/+6
| | |/ / | |/| | | | | | | | | | | | | | | | | | Fix bug 1188452 Change-Id: I3db0f3f1191a24571de9631786889ee81af777f6
* | | | python3: Fix traceback while running testsChuck Short2013-06-1918-39/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The testsuite is full of the following: TypeError: 'dict_keys' object does not support indexing This is due to the fact in python3 dict methods dict.keys(), dict.items() and dict.values() return “views” instead of lists. Change-Id: Ifa5383e6485fdbabf363fd1442877b2452346c1c Signed-off-by: Chuck Short <chuck.short@canonical.com>
* | | | Merge "Implement scheduler hints for APIv2"Jenkins2013-06-192-3/+28
|\ \ \ \
| * | | | Implement scheduler hints for APIv2Nikolaj Starodubtsev2013-05-202-4/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We've done this implementation because we need to use scheduler hint in cinder with some specific filters. So, most part of code have been imported from nova. bp scheduler-hints docimpact Change-Id: Ib7e858e98110a30c5f8d5ff05d03ce2d61f04f92