Package: python-openstackclient / 8.2.0-4

Metadata

Package Version Patches format
python-openstackclient 8.2.0-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
package all files.patch | (download)

MANIFEST.in | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 package all files
Fix_openstack_quota_show_without_cinder.patch | (download)

openstackclient/common/quota.py | 27 22 + 5 - 0 !
openstackclient/tests/unit/common/test_quota.py | 20 20 + 0 - 0 !
2 files changed, 42 insertions(+), 5 deletions(-)

 fix openstack quota show without cinder
 Per this Debian bug [1], 'openstack quota show --default' fails when
 cinder is NOT installed. This is also true of other services.
 .
 [1] https://bugs.debian.org/1109288