summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Drop lower-constraints jobstable/trainBrian Rosmaita2021-04-091-1/+0
| | | | | | | | | | Running a lower-constraints job is optional in master, and seems pointless in the stable branches, so drop it. Additional information here: http://lists.openstack.org/pipermail/openstack-discuss/2021-March/021204.html Change-Id: I6ee0fde63018ba68dadb976404e99b6137e84b05
* Adjust requirements and lower-constraintstrain-em5.0.2Brian Rosmaita2020-12-232-0/+3
| | | | | | | | | | | Conservative changes to get the l-c job passing with the new pip resolver. Changes: - added bandit to test-requirements and l-c * needed to set cap for py27 Change-Id: I7459ba076a25a4963eb20a30561911815f9285b2
* Fix typo: dow -> downLuigi Toscano2020-08-051-1/+1
| | | | | | | Closes-Bug: #1883674 Change-Id: I4f4468b23d04ecf74fb6347bfb518377127b563d (cherry picked from commit 718474a092192ea0034a8107b6947a10636a4a0a) (cherry picked from commit f591104f5e707985f0297ee2edd7fdc1f72e341f)
* Fix: --poll inconsistency5.0.1whoami-rajat2020-02-212-1/+2
| | | | | | | | | | | | | | | | When we use `--poll` parameter with cinder create command, it waits for the volume to become available but doesn't update the data displayed to the user. Due to this, there are inconsistency between several parameters in the output after 'poll' and 'cinder show' command. Eg: cinder create 1 --image <image-id> --poll shows 'bootable' flag as false whereas, cinder show <vol-id> shows 'bootable' as true Change-Id: I1502e88f1cd84d225b75c07313e4eb252cc2d645 Closes-Bug: #1855224 (cherry picked from commit ceddb3cfd033661f63d1245a45e0e197561be19c)
* Update TOX/UPPER_CONSTRAINTS_FILE for stable/trainOpenStack Release Bot2019-09-121-4/+4
| | | | | | | | | | | | Update the URL to the upper-constraints file to point to the redirect rule on releases.openstack.org so that anyone working on this branch will switch to the correct upper-constraints list automatically when the requirements repository branches. Until the requirements repository has as stable/train branch, tests will continue to use the upper-constraints list on master. Change-Id: Ie360bf532f746eae645aebd4ddea578bd24880b1
* Update .gitreview for stable/trainOpenStack Release Bot2019-09-121-0/+1
| | | | Change-Id: I2db67c7d1e72bbd303b2547e89fbefd5e94e09a3
* Merge "Drop support for --sort_key and --sort_dir"5.0.0Zuul2019-09-1110-162/+22
|\
| * Drop support for --sort_key and --sort_dirSean McGinnis2019-09-1110-162/+22
| | | | | | | | | | | | | | | | | | These arguments were deprecated in the kilo release in favor of a combined --sort argument. This drops support for the deprecated arguments. Change-Id: If8f8ac44cc81f553009a15ca67257e86cb925b6f Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
* | Merge "Drop support for --allow-multiattach"Zuul2019-09-1112-70/+19
|\ \ | |/
| * Drop support for --allow-multiattachSean McGinnis2019-09-1112-70/+19
| | | | | | | | | | | | | | | | | | | | The ability to enable multiattach on the command line was deprecated in Queens with the full implementation of multiattach enabling it through volume type extra specs. This removes the command line arg and handling for specifying it with volume creation. Change-Id: Ifc0c874657f959266050cd1a7a40e6ecccc8c114 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
* | Merge "Optional filters parameters should be passed only once"Zuul2019-09-114-21/+136
|\ \ | |/ |/|
| * Optional filters parameters should be passed only oncewhoami-rajat2019-09-054-21/+136
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch does the following : 1) Errors out if similar type of filters args are passed Eg : cinder list --name abc --name xyz cinder list --name abc --filters name=xyz 2) Allows multiple filter parameters of different type cinder list --filters name=abc --filters size=1 Change-Id: I2f8662555f830b0821147324849d04e7a29d0580
* | Update docs to refer to PROJECT instead of TENANTSean McGinnis2019-09-103-7/+7
| | | | | | | | | | | | | | | | Updates several references for things like OS_TENANT_NAME and --os-tenant-name. Change-Id: If71710740b4d4573a1b3f515a5762a4f82bc727d Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
* | Drop support for OS_TENANT_NAME and OS_TENANT_IDSean McGinnis2019-09-103-22/+12
| | | | | | | | | | | | | | | | These have been deprecated for a very long time now. Switch to only support the current OS_PROJECT_NAME and OS_PROJECT_ID. Change-Id: I2fb78768b4308a3aaf12764edadb58d4a307adaa Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
* | Merge "Drop 'endpoints' and 'credentials' commands"Zuul2019-09-083-27/+6
|\ \
| * | Drop 'endpoints' and 'credentials' commandsSean McGinnis2019-04-183-27/+6
| | | | | | | | | | | | | | | | | | | | | | | | We are past the deprecation period for these commands and they should now be removed. Change-Id: I37f0dc539da5d43f629ea726bb603fa995c1fe6f Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
* | | Merge "Drop support for Cinder v1 API"Zuul2019-09-0845-5819/+24
|\ \ \ | |/ /
| * | Drop support for Cinder v1 APISean McGinnis2019-04-1845-5819/+24
| | | | | | | | | | | | | | | | | | | | | This drops compatibility with Cinder services with the V1 API. Change-Id: Ic7c6bd05a3991c3afce3dec80b29501932c5aac9 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
* | | Merge "Add release note for major version bump"Zuul2019-09-081-0/+7
|\ \ \ | |/ /
| * | Add release note for major version bumpSean McGinnis2019-04-181-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a prelude section for a release note to list the major version changes included in 5.0 and to act as a gate to make sure all changes requiring the major bump are approved before merging some of them. Change-Id: I60cc5b62bdad162f8008b60b60e06f793f6b4bb1 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
* | | Merge "Add custom CA support for get_server_version"Zuul2019-09-052-4/+50
|\ \ \ | |_|/ |/| |
| * | Add custom CA support for get_server_versionIvan Kolodyazhny2019-08-282-4/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | get_server_version fails when self-signed CA cert is used. This patch adds: * insecure option to ignore SSL certificate validation * cacert to add ability to provide a custom SSL certificate Change-Id: Ib1d34a5a6b595c53473ddd3acb182ab5a39cbba5 Related-Bug: 1744670
* | | Merge "Autonegotiate API version for shell"Zuul2019-09-045-12/+132
|\ \ \
| * | | Autonegotiate API version for shellEric Harney2019-08-285-12/+132
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If OS_VOLUME_API_VERSION is not set, use the highest supported by both the client and the server. If OS_VOLUME_API_VERSION exceeds that supported by the server, use the highest supported by both the client and the server. A warning message is printed for the user indicating that this happened. (This is similar to the behavior of the manila CLI, and is mostly code from manilaclient tweaked to work in cinderclient.) Change-Id: Ie1403eca2a191f62169e60c0cde1622575327387
* | | | Change PDF file nameAndreas Jaeger2019-09-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previously choosen PDF file name conflicts in some repos with the project logos (badge). Thus change https://review.opendev.org/679777 renames the desired PDF name to be doc-PROJECT.pdf to allow using the badge in PDF files. Follow this rename. Change-Id: Ife8461f00ba2206d18ae45837bbc31d211e29841
* | | | Merge "Migrate the functional job to Zuul v3"Zuul2019-09-038-194/+44
|\ \ \ \
| * | | | Migrate the functional job to Zuul v3Luigi Toscano2019-08-088-194/+44
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - rename it so that it follows the documented pattern (<project>-<specifier>); - remove the old job, including the hooks, hoping that no 3rd-party CI uses them. Change-Id: Ib690c4fa96354dc422576d76c1296b1d5ba3494d
* | | | Merge "Fix: Quota update successfully executes with no params"Zuul2019-09-011-0/+3
|\ \ \ \
| * | | | Fix: Quota update successfully executes with no paramsRajat Dhasmana2019-06-241-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since all params of quota update command are optional (except project_id), when no quota field is supplied the command shouldn't execute successfully. This patch shows an error in this case. Change-Id: I22e5ef7900631d1394e0ab5b57c4e4444f0d5a50 Closes-Bug: #1778975
* | | | | Merge "Add transfer-list --sort argument"Zuul2019-08-305-13/+90
|\ \ \ \ \
| * | | | | Add transfer-list --sort argumentSean McGinnis2019-05-045-13/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change Idb04f783b2287b2b45d626131648b0005a232fbe to the cinder service introduced pagination and the ability to sort results for listing volume transfers. This adds the sort ability to the cinder client. The service side uses the sort_key and sort_dir that we've deprecated long ago, but was unfortunately missed when merging this support. Since we have been giving deprecation warnings for using those for other operations, this adds support for --sort that internally will convert to the API's expected sort_key and sort_dir. Change-Id: I137436c76852cbb974eee87e49712c698cbf081b Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
* | | | | | Merge "Add support for building pdf documentation"Zuul2019-08-302-0/+59
|\ \ \ \ \ \
| * | | | | | Add support for building pdf documentationWalter A. Boring IV2019-08-272-0/+59
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch updates tox.ini to build the pdf version of cinderclient documentation. run tox -epdf-docs Change-Id: If1f43e593db6ff6740b8a88b517c4505e39a3edd
* | | | | | Flag safe usage of sha1 w/ #nosecEric Harney2019-08-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This tells bandit that this usage of sha1 is not interesting for security scans. Change-Id: Ibc0f75d9eef04c919410cafb1a1713d6470f8142
* | | | | | Merge "Add 'is_public' support in '--filters' option"Zuul2019-08-215-5/+61
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Add 'is_public' support in '--filters' optionwhoami-rajat2019-04-155-5/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '--is-public' is a valid argument for cinder type-list command[1] and cinder group-type-list command but is missing in cinderclient. This patch adds the support for it. [1] https://developer.openstack.org/api-ref/block-storage/v3/?expanded=list-all-volume-types-detail#list-all-volume-types Change-Id: I8af9bb06a28f3cc384c4925b8b52bdeaed52cb15
* | | | | | Merge "Blacklist sphinx 2.1.0 (autodoc bug)"Zuul2019-08-081-1/+1
|\ \ \ \ \ \
| * | | | | | Blacklist sphinx 2.1.0 (autodoc bug)pengyuesheng2019-07-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See https://github.com/sphinx-doc/sphinx/issues/6440 for upstream details Change-Id: I1d923d9922bdaaca381611cba299522c21546736
* | | | | | | Merge "Enable warnings-as-error for doc builds"Zuul2019-08-081-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Enable warnings-as-error for doc buildsSean McGinnis2019-04-171-1/+1
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I9488156cbf606731d8ce3f16857da7aeca2e85e6 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
* | | | | | | 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
|\ \ \ \ \ \