summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update api-ref location4.3.0Andreas Jaeger2019-07-251-1/+1
| | | | | | | | | | | | | | The api documentation is now published on docs.openstack.org instead of developer.openstack.org. Update all links that are changed to the new location. Note that redirects will be set up as well but let's point now to the new location. For details, see: http://lists.openstack.org/pipermail/openstack-discuss/2019-July/007828.html Change-Id: I9c13afc35e0c5f129865a9c88e078ad59f4a0c6e
* Merge "Remove the hard-coded version number."Zuul2019-07-191-2/+0
|\
| * Remove the hard-coded version number.cychiang2019-06-261-2/+0
| | | | | | | | | | | | | | | | | | Reference the python-novaclient cli doc. And removed the "cinder version 2.2.0." in python-cinderclient cli doc to avoid confusing users. Closes-Bug: #1831636 Change-Id: I67ef7e532ba46932d9f5d2835a611162140b354c
* | Merge "Switch to the new canonical constraints URL on master"Zuul2019-07-191-4/+4
|\ \
| * | Switch to the new canonical constraints URL on masterchenke2019-06-201-4/+4
| | | | | | | | | | | | | | | | | | | | | Reference: 1. http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html Change-Id: Ifdc1687f7d2cef58f3a6d1e48642e2dcefee43e6
* | | Merge "Remove promote/reenable replication"Zuul2019-07-108-85/+4
|\ \ \
| * | | Remove promote/reenable replicationMinmin Ren2019-06-198-85/+4
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | The replication 1.0 API os-promote-replica and os-reenable-replica were removed[1], then remove useless code from cinderclient. [1]: https://review.openstack.org/#/c/275797/ Change-Id: Icf98f294c089942e11607786e932abc959f77b3b
* | | Merge "Bump openstackdocstheme to 1.20.0"Zuul2019-07-092-12/+7
|\ \ \ | |_|/ |/| |
| * | Bump openstackdocstheme to 1.20.0翟小君2019-07-042-12/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some options are now automatically configured by the version 1.20: - project - html_last_updated_fmt - latex_engine - latex_elements - version - release. Change-Id: Icbfa21da1e83f745a98822a2f33c4ebc8d11fd0c
* | | Merge "Add missed 'Server ID' output in attachment-list"Zuul2019-06-243-9/+31
|\ \ \
| * | | Add missed 'Server ID' output in attachment-listMinmin Ren2019-06-043-9/+31
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'server_id' is not Attachment attribute, should be set by 'instance' attribute. v3/attachments respond body: {"attachments": [{"status": "attached", "instance": INSTANCE_UUID, "id": ATTACHMENT_UUID, "volume_id": VOLUME_UUID, }, ... ] } Change-Id: Ica5d278cb7455befe1db4be0ab65114fd606ea0a
* | | Add Python 3 Train unit testsCorey Bryant2019-06-221-1/+1
| |/ |/| | | | | | | | | | | | | | | | | | | | | This is a mechanically generated patch to ensure unit testing is in place for all of the Tested Runtimes for Train. See the Train python3-updates goal document for details: https://governance.openstack.org/tc/goals/train/python3-updates.html Change-Id: Iffde0ffc4a8f640e58ce3beb5706186ca038eede Story: #2005924 Task: #34200
* | Use openstack-python3-train-jobs for python3 test runtimepengyuesheng2019-06-141-2/+1
|/ | | | | | Depends-On:https://review.opendev.org/#/c/641878/ Change-Id: I96b33a83c10ad205c984a1734f263c42538f2ddc
* Merge "Add bash completion for groups"Zuul2019-06-031-0/+25
|\
| * Add bash completion for groupsEric Harney2019-03-071-0/+25
| | | | | | | | | | | | Completion for group create/list. Change-Id: I0b7027a72a3bc8ad7ca7323c6dbe0a501616cdd5
* | Merge "Drop use of git.openstack.org"Zuul2019-05-301-2/+2
|\ \
| * | Drop use of git.openstack.orgwhoami-rajat2019-04-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Our cgit instance will be going away and opendev.org is the new preferred URL for browsing our git repos. Redirects will exist for the foreseeable future, but it's more efficient to just go directly to the new locations. Cinder patch : https://review.openstack.org/#/c/652774/ Change-Id: I355982de70c214bd4929c061507076c98b8ad8d2
* | | Merge "Update sphinx dependency"Zuul2019-05-301-1/+2
|\ \ \
| * | | Update sphinx dependencypengyuesheng2019-05-221-1/+2
| | | | | | | | | | | | | | | | Change-Id: I798f826c1da97b20ccf9decd177754a7a0b055fa
* | | | Merge "Fix shell upload-to-image with no volume type"Zuul2019-05-235-18/+51
|\ \ \ \ | |/ / / |/| | |
| * | | Fix shell upload-to-image with no volume typeEric Harney2019-04-035-18/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upload-to-image would error after launching the operation if the volume type is None. Closes-Bug: #1821818 Change-Id: I015e0ddfa98d62f25334e2df5effaee72a3988ab
* | | | Merge "Correct discover_version response"Zuul2019-05-043-9/+36
|\ \ \ \
| * | | | Correct discover_version responseBrian Rosmaita2019-04-253-9/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The discover_version function was ignoring the max microversion supported by the client. This patch corrects its behavior to return the most recent API version, if any, supported by both the client and the server it is communicating with. Closes-bug: #1826286 Change-Id: If22b72452065080b24cb1b899c5a5a88b809e986
* | | | | Merge "Remove bash-completion calls from base.py"Zuul2019-04-261-9/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Remove bash-completion calls from base.pyEric Harney2019-04-021-9/+3
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should not be here since this is client library code, but it isn't needed anyhow since this completion is handled from the shell code. Closes-Bug: #1817782 Change-Id: I3e7ddbe4a50a66db8961a71d71592ce708320b0d
* | | | Merge "Handle auth redirects"Zuul2019-04-222-9/+31
|\ \ \ \
| * | | | Handle auth redirectsSean McGinnis2019-04-182-9/+31
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Our checking for keystone v2 and v3 was causing v2 tests to go down the v1 code path. Fixing this surfaced a couple of long standing issues with our v2/v3 handling of redirects and getting auth info. This fixes our version identification, fixes extracting redirect location for response headers, and returning the auth_url to calling code. Change-Id: I939ff027bf43e513e338bff1e99ca41fa52637b6 Closes-bug: #1825372 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
* | | | Merge "Remove some old info from README"Zuul2019-04-221-6/+0
|\ \ \ \
| * | | | Remove some old info from READMEEric Harney2019-04-221-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We don't really need this here. Change-Id: I358550eef1c3ac32451c22b72e44e906cf2bc5dc
* | | | | Merge "Raise API max version for Stein updates"Zuul2019-04-221-1/+1
|\ \ \ \ \
| * | | | | Raise API max version for Stein updatesSean McGinnis2019-04-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Functionality was added during stein, but the MAX_VERSION of the client was not updated for these versions. This raises the version to support the added functionality. 3.57 - Improve volume transfer records - no client changes 3.58 - Add project_id to group - no client changes 3.59 is not included here as that adds sort and pagination that will need to be slightly reworked before we expose it. Change-Id: If8a3b88b9a2811ae6681e52dbca62b906d3542eb Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
* | | | | | Merge "Add support for backup user ID"Zuul2019-04-223-1/+9
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Add support for backup user IDSean McGinnis2019-04-173-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backup user_id was added with microversion 3.56 but never added to the client. Added in Rocky with I3ffb544ef3ee65276cee8b1e870d524fd0e57085. Change-Id: Ib9a4159db0f8af599dcf8315334de4f859be077e Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
* | | | | | Merge "Raise API max version for Rocky updates"Zuul2019-04-221-1/+1
|\ \ \ \ \ \ | |/ / / / / | | / / / / | |/ / / / |/| | | |
| * | | | Raise API max version for Rocky updatesSean McGinnis2019-04-171-1/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Functionality was added during rocky, but the MAX_VERSION of the client was not updated for these versions. This raises the version to support the added functionality. 3.53 - Schema validation - no client changes 3.54 - Add mode option to attachment-create: I22cfddd0192c4a72b8f844f23d1fa51b96c57e06 3.55 - Transfer snapshots with volumes I61a84b5abf386a4073baea57d8820c8fd762ae03 Change-Id: I8c8fb8f552e529c8474a3e3b771ba8eb7aed193a Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
* | | | OpenDev Migration PatchOpenDev Sysadmins2019-04-193-5/+5
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit was bulk generated and pushed by the OpenDev sysadmins as a part of the Git hosting and code review systems migration detailed in these mailing list posts: http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html Attempts have been made to correct repository namespaces and hostnames based on simple pattern matching, but it's possible some were updated incorrectly or missed entirely. Please reach out to us via the contact information listed at https://opendev.org/ with any questions you may have.
* | | Merge "Tests: Don't write bash-completion cache files"Zuul2019-04-026-0/+33
|\ \ \ | |/ / | | / | |/ |/|
| * Tests: Don't write bash-completion cache filesEric Harney2019-02-266-0/+33
| | | | | | | | | | | | | | | | | | Mock out writing of bash-completion cache files during unit tests. Related-Bug: #1817782 Change-Id: I944862c30fb4684dd034eba6953e9302d2d22439
* | Merge "Replace openstack.org git:// URLs with https://"Zuul2019-03-261-1/+1
|\ \
| * | Replace openstack.org git:// URLs with https://Ian Wienand2019-03-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a mechanically generated change to replace openstack.org git:// URLs with https:// equivalents. This is in aid of a planned future move of the git hosting infrastructure to a self-hosted instance of gitea (https://gitea.io), which does not support the git wire protocol at this stage. This update should result in no functional change. For more information see the thread at http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html Change-Id: I0988958c8050e5501ef2213876991d17bd51d163
* | | Merge "Remove py35 from setup.cfg"Zuul2019-03-221-1/+1
|\ \ \ | |/ / |/| |
| * | Remove py35 from setup.cfgwhoami-rajat2019-02-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | This is a followup to Drop py35 jobs from gate and tox env[1]. [1] https://review.openstack.org/#/c/639388/ Change-Id: Ie6d897db48013b8b845cb5068da76a7c68e0e666
* | | Update master for stable/steinOpenStack Release Bot2019-03-182-0/+7
|/ / | | | | | | | | | | | | | | | | | | | | | | Add file to the reno documentation build to show release notes for stable/stein. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/stein. Change-Id: Iaa9a39c33d76b90fbfd60adc6b729cacde69e0a0 Sem-Ver: feature
* | Drop py35 jobsSean McGinnis2019-02-262-2/+1
| | | | | | | | | | | | | | | | | | | | | | Python 3.5 was the target runtime for the Rocky release. The current target py3 runtime for Stein is Python 3.6, so there is no reason to keep testing against the older version. https://governance.openstack.org/tc/reference/runtimes/stein.html#python-runtime-for-stein Change-Id: I8fbcde0573eddc1763104e0f812f93489a1b48e3 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
* | Merge "Fix: cinder group-list not working with non-admin user"Zuul2019-02-252-13/+11
|\ \
| * | Fix: cinder group-list not working with non-admin userwhoami-rajat2019-02-182-13/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The all_tenants filter is passed to API when it's value is 0 (when not specified) which shouldn't be the case. This patch only allows adding of all_tenants when specified manually by user. Change-Id: Ic7810c4d6e9f4be7c28c7a8778d57bb5ccb996a0 Closes-Bug: #1808621 Closes-Bug: #1808622
* | | Merge "add python 3.7 unit test job"Zuul2019-02-251-0/+1
|\ \ \
| * | | add python 3.7 unit test jobCorey Bryant2019-02-151-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a mechanically generated patch to add a unit test job running under Python 3.7. See ML discussion here [1] for context. [1] http://lists.openstack.org/pipermail/openstack-dev/2018-October/135626.html Change-Id: Ia1bc00770fe99f044d492c5dd18349373b8602a4 Story: #2004073
* | | | Merge "Fix bash_completion cache path"Zuul2019-02-211-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | Fix bash_completion cache pathEric Harney2019-02-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In change 4cf62cf3 we started writing the cache to ~/.cache/cinderclient/ - this script needs to read from there. Related-Bug: #1712835 Change-Id: Ib4de058af6b636d06ac360fe448b432e8e7733ad