-
Notifications
You must be signed in to change notification settings - Fork 213
Comparing changes
Open a pull request
base repository: openstack/python-openstackclient
base: 7ab20cf
head repository: openstack/python-openstackclient
compare: 36a175e
- 8 commits
- 27 files changed
- 5 contributors
Commits on Mar 3, 2026
-
Update .gitreview for stable/2026.1
Change-Id: I300afc0992bcc39a9c4d9fe78bad1d59948f625d Signed-off-by: OpenStack Release Bot <infra-root@openstack.org> Generated-By: openstack/project-config:roles/copy-release-tools-scripts/files/release-tools/functions
Configuration menu - View commit details
-
Copy full SHA for a7f7327 - Browse repository at this point
Copy the full SHA a7f7327View commit details -
Update TOX_CONSTRAINTS_FILE for stable/2026.1
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/2026.1 branch, tests will continue to use the upper-constraints list on master. Change-Id: If6329ff2acc43369f5594e96682f4abac2f56013 Signed-off-by: OpenStack Release Bot <infra-root@openstack.org> Generated-By: openstack/project-config:roles/copy-release-tools-scripts/files/release-tools/functions
Configuration menu - View commit details
-
Copy full SHA for bf0e8e2 - Browse repository at this point
Copy the full SHA bf0e8e2View commit details -
typing: Add class variables to testcases
testtools was recently bumped to a version that is typed, which means we now see type hints for that library. As a result, we now see issues with variables defined in tests via setUpClass. Note that the issue lies with mypy and not testtools, however: mypy doesn't adding class variables via assignment [1]. [1] python/mypy#8723 Change-Id: I8b09846ff8fc6ee51ba03531f5b41039282ee1c0 Signed-off-by: Stephen Finucane <stephenfin@redhat.com> (cherry picked from commit aeb0c68)
Configuration menu - View commit details
-
Copy full SHA for f3e89d4 - Browse repository at this point
Copy the full SHA f3e89d4View commit details
Commits on Mar 5, 2026
-
Configuration menu - View commit details
-
Copy full SHA for da39fce - Browse repository at this point
Copy the full SHA da39fceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 24e6fec - Browse repository at this point
Copy the full SHA 24e6fecView commit details -
SDK returns generators, not lists, and we do not see errors until they are iterated. Force early iteration by wrapping then in a list to ensure we actually see the HTTP 403 errors we were expecting. Change-Id: I0ab72e587bf4e16ae877db7a81023a226124e4d5 Signed-off-by: Stephen Finucane <stephenfin@redhat.com> (cherry picked from commit 02b5630a9f9bf8bbc62d17542f61e769c2cb7fd1)
Configuration menu - View commit details
-
Copy full SHA for 3cb4491 - Browse repository at this point
Copy the full SHA 3cb4491View commit details
Commits on May 8, 2026
-
Cinder: Adds a api mv 3.66 check for snapshot creation
Since api mv 3.66 the --force parameter is not requied for snapshot creation. In-use volumes snapshot can be taken by default without requiring the force flag. This is already handled in cinder side. fixed conflict master -> 2026.1: added import: from openstack import utils as sdk_utils Closes-Bug: #2089188 Change-Id: I452ad973c76fa7f039797e8ea02556bf9fe7315c Signed-off-by: Amit Uniyal <auniyal@redhat.com> (cherry picked from commit ede91ec)
Configuration menu - View commit details
-
Copy full SHA for 97d6641 - Browse repository at this point
Copy the full SHA 97d6641View commit details
Commits on May 20, 2026
-
fix: use correct parsed_args attribute in volume group type show
The ShowVolumeGroupType.take_action() was referencing parsed_args.group instead of parsed_args.group_type, causing an AttributeError on every invocation. Closes-Bug: #2150856 Change-Id: I6924040580af2bc2f30e2bc5f03a366cbb9fe6ef Signed-off-by: hongp <inyong.hong@samsung.com> (cherry picked from commit 05ffb11)
hong-p committedMay 20, 2026 Configuration menu - View commit details
-
Copy full SHA for 36a175e - Browse repository at this point
Copy the full SHA 36a175eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 7ab20cf...36a175e