summaryrefslogtreecommitdiff
path: root/cinderclient
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fix outdated URLs and some minor fixes"1.3.1Jenkins2015-07-082-5/+3
|\
| * Fix outdated URLs and some minor fixesKallebe Monteiro2015-03-022-5/+3
* | Merge "Add set_management_url to cinderclient.client"Jenkins2015-07-072-3/+30
|\ \
| * | Add set_management_url to cinderclient.clientMichal Dulko2015-06-252-3/+30
* | | Merge "Revert "Enable version discovery""Jenkins2015-07-077-384/+32
|\ \ \
| * | | Revert "Enable version discovery"Mike Perez2015-07-027-384/+32
* | | | Merge "Add search_opts into the method list() for qos specs"Jenkins2015-07-062-2/+2
|\ \ \ \
| * | | | Add search_opts into the method list() for qos specsAnton Arefiev2015-04-292-2/+2
* | | | | Fix typo in comment messageLin Yang2015-07-021-3/+3
| |/ / / |/| | |
* | | | Merge "Set max volume size limit for the tenant"Jenkins2015-06-304-7/+25
|\ \ \ \
| * | | | Set max volume size limit for the tenantRakesh Mishra2015-06-184-7/+25
* | | | | cinderclient does not honor --os-region-name or ENV[OS_REGION_NAME]scottda2015-06-221-0/+4
| |_|/ / |/| | |
* | | | Merge "Add encryption-type-update to cinderclient"Jenkins2015-06-195-5/+137
|\ \ \ \
| * | | | Add encryption-type-update to cinderclientPeter Hamilton2015-06-195-5/+137
* | | | | Merge "Add tests for python-cinderclient and style fix"Jenkins2015-06-181-9/+20
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add tests for python-cinderclient and style fixKyrylo Romanenko2015-06-181-9/+20
* | | | | Merge "Add volume multi attach support"Jenkins2015-06-175-14/+34
|\ \ \ \ \
| * | | | | Add volume multi attach supportWalter A. Boring IV2015-06-115-14/+34
* | | | | | Merge "Fix functional post test_hook"Jenkins2015-06-161-1/+1
|\ \ \ \ \ \
| * | | | | | Fix functional post test_hookIvan Kolodyazhny2015-06-091-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge "Fixes quota-class-update commands"Jenkins2015-06-163-6/+10
|\ \ \ \ \ \
| * | | | | | Fixes quota-class-update commandsliyingjun2015-03-023-6/+10
| | |_|_|_|/ | |/| | | |
* | | | | | Merge "cinderclient deprecated endpoint_type needs dest="Jenkins2015-06-161-0/+1
|\ \ \ \ \ \
| * | | | | | cinderclient deprecated endpoint_type needs dest=scottda2015-05-121-0/+1
* | | | | | | Merge "The is_public filter in VolumeTypeManager.list broke the find in Volum...Jenkins2015-06-165-18/+16
|\ \ \ \ \ \ \
| * | | | | | | The is_public filter in VolumeTypeManager.list broke the find inEd Balduf2015-06-155-18/+16
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge "Fix condition in CheckSizeArgForCreate parser action"Jenkins2015-06-122-2/+9
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Fix condition in CheckSizeArgForCreate parser actionAnton Arefiev2015-06-082-2/+9
| |/ / / / /
* | | | | | Merge "Support host-attach of volumes"Jenkins2015-06-096-28/+49
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Support host-attach of volumesTomoki Sekiyama2015-06-016-27/+48
* | | | | | Merge "Add findall server side filtering"Jenkins2015-06-053-9/+24
|\ \ \ \ \ \
| * | | | | | Add findall server side filteringAnton Arefiev2015-05-223-9/+24
* | | | | | | Merge "Fixed typos and repeated docstrings"Jenkins2015-06-045-11/+16
|\ \ \ \ \ \ \
| * | | | | | | Fixed typos and repeated docstringsSwapnil Kulkarni2015-05-135-11/+16
* | | | | | | | Merge "Fix functional readonly_cli tests"Jenkins2015-06-022-22/+33
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix functional readonly_cli testsAnton Arefiev2015-05-262-22/+33
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge "Avoid _get_keystone_session() if auth_plugin"Jenkins2015-06-023-6/+59
|\ \ \ \ \ \ \ \
| * | | | | | | | Avoid _get_keystone_session() if auth_pluginDerrick J. Wippler2015-05-073-6/+59
* | | | | | | | | Merge "Fix functional tests and tox 2.0 errors"Jenkins2015-06-022-8/+51
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | Fix functional tests and tox 2.0 errorsAdrien Vergé2015-05-182-8/+51
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Bump hacking to >=0.10.0,<0.11 to fix failure of gate pep8Tomoki Sekiyama2015-06-012-3/+3
|/ / / / / / /
* | | | | | | Merge "Find resource refactoring"Jenkins2015-05-1711-21/+49
|\ \ \ \ \ \ \
| * | | | | | | Find resource refactoringAnton Arefiev2015-05-1211-21/+49
| |/ / / / / /
* | | | | | | Merge "Add functional post test_hook"Jenkins2015-05-131-0/+53
|\ \ \ \ \ \ \
| * | | | | | | Add functional post test_hookJohn Griffith2015-05-121-0/+53
| |/ / / / / /
* | | | | | | Merge "cinderclient no longer honors --endpoint-type"Jenkins2015-05-131-4/+4
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | cinderclient no longer honors --endpoint-typescottda2015-05-121-4/+4
| |/ / / / /
* | | | | | Add --os-endpoint-type to match other servicesscottda2015-05-121-7/+14
|/ / / / /
* | | | | Merge "Remove "OPTIONAL:" from optional argument help text (v2)"Jenkins2015-05-061-6/+6
|\ \ \ \ \
| * | | | | Remove "OPTIONAL:" from optional argument help text (v2)Eric Harney2015-04-221-6/+6