Your message dated Wed, 08 Oct 2025 22:19:29 +0000
with message-id <[email protected]>
and subject line Bug#1109288: fixed in python-openstackclient 8.2.0-4
has caused the Debian Bug report #1109288,
regarding python-openstackclient: openstack quota show --default fails when
cinder is NOT installed
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1109288: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1109288
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-openstackclient
Version: 6.0.0-4
Severity: important
Tags: patch upstream
X-Debbugs-Cc: [email protected]
Dear Maintainer,
All 6.x.y seems OK
Problem is in 7.1.4 caracal
Problem is in 7.4.0 epoxy
Problem is in 7.5.0 epoxy next
The attached patch is against 7.4.0-3
# git diff debian/7.4.0-3 debian/epoxy-ses
-- System Information:
Debian Release: 12.11
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 6.1.0-37-amd64 (SMP w/8 CPU threads; PREEMPT)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8),
LANGUAGE=en_GB:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
diff --git a/debian/changelog b/debian/changelog
index 14432083..e5ba0587 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-openstackclient (7.4.0-3.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Added patch
+
+ -- Svein-Erik Skjelbred <[email protected]> Fri, 11 Jul 2025 18:16:05
+0200
+
python-openstackclient (7.4.0-3) unstable; urgency=medium
* Re-upload.
diff --git a/debian/patches/quota.patch b/debian/patches/quota.patch
new file mode 100644
index 00000000..9543e1c4
--- /dev/null
+++ b/debian/patches/quota.patch
@@ -0,0 +1,22 @@
+--- a/openstackclient/common/quota.py
++++ b/openstackclient/common/quota.py
+@@ -741,12 +741,13 @@ and ``server-group-members`` output for
+ default=parsed_args.default,
+ )
+ if parsed_args.service in {'all', 'volume'}:
+- volume_quota_info = get_volume_quotas(
+- self.app,
+- project,
+- detail=parsed_args.usage,
+- default=parsed_args.default,
+- )
++ if
self.app.client_manager.is_volume_endpoint_enabled(volume_client=None):
++ volume_quota_info = get_volume_quotas(
++ self.app,
++ project,
++ detail=parsed_args.usage,
++ default=parsed_args.default,
++ )
+ if parsed_args.service in {'all', 'network'}:
+ network_quota_info = get_network_quotas(
+ self.app,
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 00000000..8f09384d
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+quota.patch
--- End Message ---
--- Begin Message ---
Source: python-openstackclient
Source-Version: 8.2.0-4
Done: Thomas Goirand <[email protected]>
We believe that the bug you reported is fixed in the latest version of
python-openstackclient, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Thomas Goirand <[email protected]> (supplier of updated python-openstackclient
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Thu, 09 Oct 2025 00:00:19 +0200
Source: python-openstackclient
Architecture: source
Version: 8.2.0-4
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <[email protected]>
Changed-By: Thomas Goirand <[email protected]>
Closes: 1109288
Changes:
python-openstackclient (8.2.0-4) unstable; urgency=medium
.
* Add Fix_openstack_quota_show_without_cinder.patch (Closes: #1109288)
Checksums-Sha1:
56e697a148c22691a14aea63f6dcce7c7ae22b82 3666
python-openstackclient_8.2.0-4.dsc
c44f214a3f810cb5fbe7de555b158e2b70823052 54876
python-openstackclient_8.2.0-4.debian.tar.xz
82667665d6d12952149ab6ca5ae360b5b9be6e51 15228
python-openstackclient_8.2.0-4_amd64.buildinfo
Checksums-Sha256:
0793ed541f425c3dc05dd42c9b7352ec694f66029429754bc7a2a23c708ae494 3666
python-openstackclient_8.2.0-4.dsc
6ef2b867e1d32dc04f123cb8e39ed185d0ecad886b99f713be84b644c836ce48 54876
python-openstackclient_8.2.0-4.debian.tar.xz
0a1054d9933bb4d1287c684c15fc0555f3074b32ad172c892110231aaca0f196 15228
python-openstackclient_8.2.0-4_amd64.buildinfo
Files:
3fe3f28cde335554dfce71e1d972596a 3666 python optional
python-openstackclient_8.2.0-4.dsc
76cb6f213f7a7d36a050911674f97b93 54876 python optional
python-openstackclient_8.2.0-4.debian.tar.xz
f14fbb44d82b1ea8297f8727f5f62bce 15228 python optional
python-openstackclient_8.2.0-4_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAmjm38AACgkQ1BatFaxr
Q/64xA/9Eft5YGlLRbX/7jLQnBbibFhL+/5xOzasZpVVqXBg9Nu5qrne2r7iFWNl
ANwMZa52l4QY7o+0Jo8mdFxR2x6oRpUB96rsK57GaB5jOrgeIf4JXNsvbU8518Ja
DtVyjPhflLs7d0kJ01CUJ8is9R3TnAIggu9x2zjKqs0OF5anF96umCLJbzZCrqA9
98EJvwtjC9hctJW5sD8RX8zZM2b1lYETXtDSr2afuFN78GPLt2SjA8Q42HWeNf3B
Iqi60FbKRA873KmNyrS/rw2vutwFfSIt7RoRsTBouij7HWA08HW1wujOgsI/kgzg
YGiGnDVXbX2r+yLJzS/gN6ouAZSqBTaNBNsHmc5ThcTk4nwNXkFjJFu8lP/IoYdZ
h6Q622bSfvsXOVppEE1uKTO4pUYk4aZb/H07qP/0Q5m6qXuWfaXmR6r+ytMYUOq4
gVdcHymvBdbjvL9AC8h3MNBtd8sDVkzg5YEeJrOdj8vnrjI6+8x2EkKghy6qVjkx
wXCugkG4Uu/8yqVv6k7Z49ggIYB5Zi9Kz3mYtHlpZiils64i1DWEIapHLp2SMgLa
BQ1aCn51dP2FB3r18J0cpKOVgvHMSFWpZ8jjSTdeOyOI9KgtO4mLqzzIR/paZgJ/
Dpz+gKAkqNZzxHgRDhsuclssH337GIiCIDishAcKAqSfXnwmrpQ=
=fh13
-----END PGP SIGNATURE-----
pgpJ0RumXcwdO.pgp
Description: PGP signature
--- End Message ---