- 25 Oct, 2021 1 commit
-
-
Brian Rosmaita authored
The QuotaSet class was never added to cinderclient.v3.quotas, and the VolumeTransfer class was never added to cinderclient.v3. volume_transfers. Note: this fix is proposed directly to the stable branches, as the issue was fixed differently in master (Xena development) when the cinderclient.v2 classes were removed by change I335db5c1799e. Change-Id: Ie00f068d7818e20683a0c242b51027d657382dd4 Closes-bug: #1938451 (cherry picked from commit 579846c7) (cherry picked from commit c6f74bf1)
-
- 09 Apr, 2021 1 commit
-
-
Brian Rosmaita authored
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: Idd3a92da38b4ae470f1338a79fcff26f46c6d8e4
-
- 23 Dec, 2020 1 commit
-
-
Brian Rosmaita authored
Conservative changes to get the l-c job passing with the new pip resolver. Big changes: - tempest 17.1.0 -> 24.0.0 (u-c allows 24.0.0) * for dulwich - urllib3 1.21.1 -> 1.24.1 (u-c allows 1.25.8) * for tempest - oslo.concurrency 3.25.0 -> 3.26.0 (u-c allows 4.3.1) * for tempest - mccabe 0.2.1 -> 0.6.0 * for flake8 Also added dulwich to test-requirements to narrow down versions considered by the resolver. Change-Id: I773943b62c8679bf829b09af903e810e2673379b
-
- 17 Jun, 2020 1 commit
-
-
Luigi Toscano authored
Closes-Bug: #1883674 Change-Id: I4f4468b23d04ecf74fb6347bfb518377127b563d (cherry picked from commit 718474a0)
-
- 18 May, 2020 1 commit
-
-
Ghanshyam Mann authored
flake8 new release 3.8.0 added new checks and gate pep8 job start failing. hacking 3.0.1 fix the pinning of flake8 to avoid bringing in a new version with new checks. Though it is fixed in latest hacking but 2.0 and 3.0 has cap for flake8 as <4.0.0 which mean flake8 new version 3.9.0 can also break the pep8 job if new check are added. To avoid similar gate break in future, we need to bump the hacking min version. Also removing the hacking and other related dep from lower-constraints file as theose are blacklisted requirements and does not need to be present there. - http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014828.html Change-Id: If5f2f970a353189f3eaeea00322848cb8346245c
-
- 08 Apr, 2020 2 commits
-
-
OpenStack Release Bot authored
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/ussuri branch, tests will continue to use the upper-constraints list on master. Change-Id: Ib75615f7a7bc035333003b281251de2a00bd92f1
-
OpenStack Release Bot authored
Change-Id: I276d50e7df76d63d032800eccb14347a682adf0c
-
- 07 Apr, 2020 3 commits
-
-
Brian Rosmaita authored
The official Ussuri release will be 7.0.0. Change-Id: I4f41291768d06faf0d76f8d8a1c420b765f29b6b
-
Zuul authored
-
Zuul authored
-
- 06 Apr, 2020 2 commits
-
-
Zuul authored
-
wanghao authored
Change I1f43c37c2266e43146637beadc027ccf6dec017e adds time-comparison filtering to the volume list calls (summary and detail) in the Block Storage API microversion 3.60. The current cinderclient filter support will pass these filters correctly, so the only change needed on the client side is to bump the MAX_VERSION so that the client can make calls to mv 3.60. Co-authored-by:Brian Rosmaita <rosmaita.fossdev@gmail.com> Change-Id: Ib4b7cbc7e527c0524336e139e127f19accfb7568 Partially-Implements: bp support-to-query-cinder-resources-filter-by-time-comparison-operators
-
- 04 Apr, 2020 1 commit
-
-
Andreas Jaeger authored
Make a few cleanups: - Remove python 2.7 stanza from setup.py - Add requires on python >= 3.6 to setup.cfg so that pypi and pip know about the requirement - Remove old sections from setup.cfg: Wheel is not needed for python 3 only repo Change-Id: I92d21453d610ba7f90ae9b150e6a245ce0e709e6
-
- 24 Mar, 2020 4 commits
-
-
Ian Wienand authored
This isn't autogenerated ... it would be good if it was, but it isn't. Change-Id: Iaf8b2375051e2dbd8cf6fd653fac4cdc60b4e7ea
-
Ian Wienand authored
The --bypass-url argument was removed with I3b951cc4eb3adff23f3d2cbe674971816261ef56 so this name does not make sense now. Replace with os_endpoint. Change-Id: Ifa889cc2e885e9c621c8494995b2020195b696ca
-
Ian Wienand authored
This was removed with I3b951cc4eb3adff23f3d2cbe674971816261ef56; cleanup old references. Change-Id: I71e6da99dff04d86b9dd67a754764b1e742d366a
-
Ian Wienand authored
The os_endpoint should be passed to the keystone session as the endpoint_override argument. This is particularly imprtant for talking to Rackspace, who seem to have an odd situation where the endpoint is V2 compatible [1], but the API is still at /v1/ [2] (i think?). To use the RAX API you need to find your account number, then something like: OS_USERNAME=xyz OS_PASSWORD=abc OS_AUTH_URL=https://identity.api.rackspacecloud.com/v2.0/ OS_VOLUME_API_VERSION=2 CINDER_ENDPOINT=https://dfw.blockstorage.api.rackspacecloud.com/v1/<account#> cinder volume list Should work Honestly I'm not 100% what's up with the unit test. I think endpoint override was not being processed previously, and now it is so it drops the "admin"? Story: #2007459 Task: #39138 [1] https://developer.rackspace.com/docs/cloud-block-storage/v1/general-api-info/cbsv1-methods-vs-cinderv2-methods/ [2] https://developer.rackspace.com/docs/cloud-block-storage/v1/general-api-info/service-access/ Change-Id: I6b9a1f088c84676ddf9894cf9524d3239f3cf3a9
-
- 11 Mar, 2020 1 commit
-
-
Zuul authored
-
- 06 Mar, 2020 1 commit
-
-
Eric Harney authored
This needs to go to "python-cinderclient" to work instead of "cinderclient". Add a "doc" tag to these bugs as well. Change-Id: I45ae03e9c071dd9b159b1c0183b53db4dd837453
-
- 05 Mar, 2020 1 commit
-
-
Brian Rosmaita authored
This patch standardizes the CONTRIBUTING.rst file and adds doc/source/contributor/contributing.rst Change-Id: I892e49f96573b77b46bd8847a5d2ac8254e8e5e1
-
- 12 Feb, 2020 5 commits
-
-
Rajat Dhasmana authored
Currently ``id`` and ``volume_id`` filters are working correctly for transfer-list command. support for filtering by ``name`` is handled in patch provided in Depends-On. Since filtering by all parameters is supported by API, we can happily add the filters option on the client for volume transfers. Also adds functional test for transfers. Related-Bug: #1860100 Depends-On: https://review.opendev.org/#/c/703658/ Change-Id: I2fd3a6a7b9add65a9a21388df44efb6747065a74
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
- 16 Jan, 2020 1 commit
-
-
xuanyandong authored
Also adds support for py3.6 and py3.7 check and gate jobs. Co-authored-by:
xuanyandong <xuanyandong@inspur.com> Co-authored-by:
Brian Rosmaita <rosmaita.fossdev@gmail.com> Closes-bug: #1853372 Change-Id: Ia978b692ade23ee6482957f41b17cb879c96fea7
-
- 21 Dec, 2019 1 commit
-
-
Sean McGinnis authored
We've kept hacking capped for a long time now. This raises the hacking package version to the latest release and fixes the issues that it found. Change-Id: I69e41a340c815090f25677607e971a8e75791f6d Signed-off-by:Sean McGinnis <sean.mcginnis@gmail.com>
-
- 13 Dec, 2019 1 commit
-
-
Armstrong Liu authored
In revert_to_snapshot method, snapshot param must be a object and also has 'id' attribute, so before use the method, we have to use snapshot.get method to get snapshot information. But revert_to_snaoshot only use id of snapshot, we can use snapshot instead of snapshot.id. Change-Id: Ifbdbae3ee66d72f9d34cf4a8fdf2bde388b2b6f0
-
- 12 Dec, 2019 1 commit
-
-
Zuul authored
-
- 05 Dec, 2019 1 commit
-
-
whoami-rajat authored
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
-
- 12 Nov, 2019 1 commit
-
-
Eric Harney authored
This tests that the expected subcommands register in the shell client, by looking at the output that would show up in "cinder help". The purpose of this is to help prevent us from accidentally deleting some commands when refactoring shell code. TODO: cover commands post-3.0 Change-Id: Ifcbc08ae9184fa33049b18f8ad7ef5d92003a7b8
-
- 30 Oct, 2019 1 commit
-
-
jacky06 authored
Use latest release 1.1.0 and compatible changes w.r.t pep8 Change-Id: I1ae708f0753249226ceb47610a1a4d0b558c1d0e
-
- 18 Oct, 2019 1 commit
-
-
Eric Harney authored
On my environment, the cinderclient CLI reports: /usr/lib/python2.7/site-packages/requests/__init__.py:91: RequestsDependencyWarning: urllib3 (1.25.6) or chardet (2.2.1) doesn't match a supported version! When running any command. This is fairly irritating to have pop up in the context of cinder bash-completion calls, i.e., when you hit tab after "cinder" at the shell. Just hide errors there rather than pollute the screen with them. Change-Id: I40019dcc845015de8cfe8165656829cdaa446666
-
- 12 Sep, 2019 1 commit
-
-
OpenStack Release Bot authored
Add file to the reno documentation build to show release notes for stable/train. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/train. Change-Id: Ibe8494e386365c15cb8473c6dbf992b1f72888a8 Sem-Ver: feature
-
- 11 Sep, 2019 5 commits
-
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Sean McGinnis authored
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>
-
Sean McGinnis authored
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>
-
- 10 Sep, 2019 1 commit
-
-
Sean McGinnis authored
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>
-