python-openstackclient/openstackclient/common
Pavlo Shchelokovskyy f3207bdf3f Fix availability zone list command
there are two problems currently:
- SDK's `availability_zones()` returns a generator that raises errors
  only when actually accessing its items
- the error raised is the sdk exception, not nova one, and thus is not
  being handled correctly

As a result, currently nova AZs can not be listed by non-admins.

Story: 2010989
Task: 49220
Change-Id: Ia299faea85857d3fc3a9b539800f3483f84ccbc0
2023-12-07 16:24:34 +00:00
..
__init__.py Remove copyright from empty files 2014-01-20 17:28:13 +04:00
availability_zone.py Fix availability zone list command 2023-12-07 16:24:34 +00:00
clientmanager.py Blacken openstack.common 2023-05-10 10:51:30 +01:00
configuration.py Blacken openstack.common 2023-05-10 10:51:30 +01:00
extension.py Migrate 'extension list' to SDK 2023-08-28 13:51:34 +01:00
limits.py Blacken openstack.common 2023-05-10 10:51:30 +01:00
module.py Blacken openstack.common 2023-05-10 10:51:30 +01:00
pagination.py Add pagination helpers 2023-11-03 23:16:18 +00:00
progressbar.py Blacken openstack.common 2023-05-10 10:51:30 +01:00
project_cleanup.py Add --skip-resource option to project cleanup 2023-08-21 11:47:24 +02:00
quota.py Blacken openstack.common 2023-05-10 10:51:30 +01:00
versions.py Blacken openstack.common 2023-05-10 10:51:30 +01:00