- 24 Sep, 2021 1 commit
-
-
Thomas Goirand authored
-
- 06 Sep, 2021 1 commit
-
-
Thomas Goirand authored
-
- 03 Sep, 2021 3 commits
-
-
Sakirnth Nagarasa authored
-
Sakirnth Nagarasa authored
-
Sakirnth Nagarasa authored
python-cinderclient 8.1.0 release meta:version: 8.1.0 meta:diff-start: - meta:series: xena meta:release-type: release meta:pypi: yes meta:first: no meta:release:Author: Hervé Beraud <hberaud@redhat.com> meta:release:Commit: Brian Rosmaita <rosmaita.fossdev@gmail.com> meta:release:Change-Id: I2ff39287ed1cac0af0c6456866a0eba39b13a796 meta:release:Code-Review+1: Rajat Dhasmana <rajatdhasmana@gmail.com> meta:release:Code-Review+2: Thierry Carrez <thierry@openstack.org> meta:release:Code-Review+1: foundjem <foundjem@ieee.org> meta:release:Code-Review+2: Hervé Beraud <herveberaud.pro@gmail.com> meta:release:Workflow+1: Hervé Beraud <herveberaud.pro@gmail.com>
-
- 02 Sep, 2021 2 commits
-
-
Brian Rosmaita authored
Includes prelude plus a note for change I524490aa988f. Change-Id: I233faad57c9708cae9544c965fd0d94abdf6d684
-
Brian Rosmaita authored
Block Storage API mv 3.66 enables snapshots of in-use volumes without requiring a 'force' flag. For backward compatibility, the API silently accepts force=true, even though the 'force' flag is considered invalid for that call. That behavior is replicated in the client, where --force with a true value is silently accepted. The --force option is not advertised in the shell and an option value that doesn't evaluate to true raises an UnsupportedAttribute error. Similar behavior from the v3 Snapshot class, except it raises a ValueError under similar circumstances. Change-Id: I7408d0e3a5ed7f4cbcaf65cf3434ad60aaed511d
-
- 01 Sep, 2021 4 commits
-
-
Zuul authored
-
Thomas Goirand authored
-
Thomas Goirand authored
python-cinderclient 8.0.0 release meta:version: 8.0.0 meta:diff-start: - meta:series: xena meta:release-type: release meta:pypi: yes meta:first: yes meta:release:Author: Hervé Beraud <hberaud@redhat.com> meta:release:Commit: Brian Rosmaita <rosmaita.fossdev@gmail.com> meta:release:Change-Id: I9086dc5a86969dad6110ba837aba49df7444e058 meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech> meta:release:Code-Review+1: Ivan Kolodyazhny <e0ne@e0ne.info> meta:release:Code-Review+2: Thierry Carrez <thierry@openstack.org> meta:release:Workflow+1: Thierry Carrez <thierry@openstack.org>
-
dengzhaosen authored
remove the the colorizer.py which hasn't been used since https://review.opendev.org/c/openstack/python-cinderclient/+/502120 Change-Id: I9bed2ec947705cd53daa04678093a80581dc3282
-
- 30 Aug, 2021 4 commits
- 25 Aug, 2021 1 commit
-
-
Gorka Eguileor authored
Cinder microversion v3.65 adds consumes_quota key to volume and snapshots as a way to differentiate between use generated resources and temporary ones. This patch adds support for this microversion and presents the consumes_quota field when the server sends it (which only happens when we request this microversion). Change-Id: I524490aa988fa4d654bfa8050d89cf99ce50bb4b Depends-On: I655a47fc75ddc11caf1defe984d9a66a9ad5a2e7 Implements: blueprint temp-resources
-
- 24 Aug, 2021 1 commit
-
-
Brian Rosmaita authored
Voting check jobs are supposed to also be gate jobs. Change-Id: Ibdf4c30606552fa0c2660a24c97354f814e5be24
-
- 16 Aug, 2021 1 commit
-
-
Thomas Goirand authored
-
- 05 Aug, 2021 2 commits
-
-
Zuul authored
-
Brian Rosmaita authored
We're seeing occasional failures in the functional test jobs due to exceeding volumes quota, so increase these from the default value of 10 to something more reasonable like 25. Change-Id: Id1ab94849bfb35256dd0705b888708f3fa1106c4
-
- 04 Aug, 2021 1 commit
-
-
Zuul authored
-
- 30 Jul, 2021 1 commit
-
-
Brian Rosmaita authored
The test_cli.CinderBackupTests.test_backup_create_and_delete test is hitting timeout errors in the python-cinderclient-functional-py36 zuul job. This is happening because it's inheriting the OS_TEST_TIMEOUT value of 60 from the base testenv, and that value is being used by the tempest.lib class we inherit from as a timeout for each test. This is a problem for test_backup_create_and_delete because it creates a volume, waits for available, creates a backup, waits for available, deletes the volume, waits for deletion, deletes the backup, waits for deletion. Our functional tests have their own timeout handling, so turn off the tempest.lib timeout and use ours. An alternative to turning it off is to set it at a value that respects our timeout for our longest test, which would be: - time-to-available: 120 sec (x2) - time-to-deleted: 60 sec (x2) that is, 360 sec. Change-Id: I33399b4c094af2cc059da6e332f4c0a91e6ab57e
-
- 20 Jul, 2021 3 commits
- 14 Jul, 2021 2 commits
-
-
Brian Rosmaita authored
Remove all cinderclient.v2 classes, mostly incorporating them into their v3 counterparts and updating the tests and test fixtures. Depends-on: https://review.opendev.org/c/openstack/horizon/+/800814 Change-Id: I335db5c1799edb2273bf8bfc9e1bc9de404a4ba5
-
Rajat Dhasmana authored
Cinder and cinderclient assumes an attachment create request will always contain instance_uuid. This is not true when glance calls cinder for attachment in glance cinder configuration. This patch (along with the cinder patch) make the instance_uuid optional and allow glance to do attachments without passing instance_uuid. Change-Id: Ifbaca4aa87d890bc5130069638d42665b914b378
-
- 13 Jul, 2021 1 commit
-
-
Brian Rosmaita authored
Also removes the v2 support from the generic client and restores a skipped test. Additionally, the cinderclient.tests.v2.test_availablity_zone module depends on the v2.shell class, so move that module to v3, update the v3 AvailablityZone class, and make appropriate adjustments to the tests and test fixtures. Change-Id: I7a3cca15f5944141d510a75af6684221c297963b
-
- 07 Jul, 2021 1 commit
-
-
zhangboye authored
We facing errors related to the new pip resolver, this topic was discussed on the ML and QA team proposed to to test lower-constraints [1]. I propose to drop this test because the complexity and recurring pain needed to maintain that now exceeds the benefits provided by this mechanismes. [1] http://lists.openstack.org/pipermail/openstack-discuss/2020-December/019390.html Change-Id: I324cd145da8469f505ae2c135ee5035ee7008ca1
-
- 01 Jul, 2021 1 commit
-
-
Brian Rosmaita authored
This prevents a job reporting 'success' when the appropriate python interpreter cannot be found, when actually it didn't run at all. Also change the default envlist to use generic 'py3' instead of a specific version which might not be present. Also change zuul config so the python-cinderclient-functional-py36 job runs on centos-8-stream nodes, where py36 should be available. And change bindep.txt to specify the correct package name for centos-8. Jeremy Stanley has given a more thorough explanation of why this is a good change: http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014810.html This isn't a theoretical issue. If you look at recent python-cinderclient-functional-py36 job results (for example, [0]), you'll see that Zuul reported 'success', but on a closer look, you'll see that no tests were run. [0] https://zuul.opendev.org/t/openstack/build/1bfc80638086405f8b29905cdd6f71be/log/job-output.txt#25470 Change-Id: I2e2aa24e1592b66b287c84eda97b5079c40a36ec
-
- 18 Jun, 2021 1 commit
-
-
Zuul authored
-
- 21 May, 2021 1 commit
-
-
Zuul authored
-
- 29 Apr, 2021 1 commit
-
-
Ghanshyam Mann authored
Devstack is planning to remove the Ubuntu Bionic support. - https://review.opendev.org/c/openstack/devstack/+/788754 Before that we need to switch Bionic job to focal. devstack-tox-functional define the latest nodeset which is single node focal currently so removing nodeset setting from python-cinderclient functional jobs. Change-Id: Ibbbfb20c86bb2ea0d3d74f6a6a1bc913874f67ad
-
- 28 Apr, 2021 1 commit
-
-
YuehuiLei authored
Setuptools v54.1.0 introduces a warning that the use of dash-separated options in 'setup.cfg' will not be supported in a future version [1]. Get ahead of the issue by replacing the dashes with underscores. Without this, we see 'UserWarning' messages like the following on new enough versions of setuptools: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead [1] https://github.com/pypa/setuptools/commit/a2e9ae4cb Change-Id: I77d52471fea255982ad677e9d4bc318f24a9ace7
-
- 20 Apr, 2021 1 commit
-
-
Zuul authored
-
- 15 Mar, 2021 5 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
python-cinderclient 7.4.0 release meta:version: 7.4.0 meta:diff-start: - meta:series: wallaby meta:release-type: release meta:pypi: yes meta:first: no meta:release:Author: Hervé Beraud <hberaud@redhat.com> meta:release:Commit: Brian Rosmaita <rosmaita.fossdev@gmail.com> meta:release:Change-Id: I20a380a07655be4f5461c00a7033164a9d3bfc4a meta:release:Code-Review+2: Hervé Beraud <herveberaud.pro@gmail.com> meta:release:Workflow+1: Hervé Beraud <herveberaud.pro@gmail.com>
-
OpenStack Release Bot authored
This is an automatically generated patch to ensure unit testing is in place for all the of the tested runtimes for xena. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: I966cfcc1f1aa528385a57f2012bf2540e3d3edc4
-