diff options
| author | Stephen Finucane <sfinucan@redhat.com> | 2023-05-08 11:35:45 +0100 |
|---|---|---|
| committer | Stephen Finucane <sfinucan@redhat.com> | 2023-05-10 10:51:30 +0100 |
| commit | 7d80f9e9626d14ce2ab60e4b69e3ccd070f31e0d (patch) | |
| tree | 6498649965c44537669d58b2167b56612cd1490b /openstackclient/common/quota.py | |
| parent | 7ca43885c26d9dd7903e7015c0a31f3486730eea (diff) | |
| download | python-openstackclient-7d80f9e9626d14ce2ab60e4b69e3ccd070f31e0d.tar.gz | |
Blacken openstack.common
Black used with the '-l 79 -S' flags.
A future change will ignore this commit in git-blame history by adding a
'git-blame-ignore-revs' file.
Change-Id: Ifcb3c798666d74d596b8ecb3d6d507f782de7ba5
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
Diffstat (limited to 'openstackclient/common/quota.py')
| -rw-r--r-- | openstackclient/common/quota.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/openstackclient/common/quota.py b/openstackclient/common/quota.py index 670451e2..409fea6c 100644 --- a/openstackclient/common/quota.py +++ b/openstackclient/common/quota.py @@ -749,10 +749,12 @@ class SetQuota(common.NetDetectionMixin, command.Command): class ShowQuota(command.Lister): - _description = _("""Show quotas for project or class. + _description = _( + """Show quotas for project or class. Specify ``--os-compute-api-version 2.50`` or higher to see ``server-groups`` -and ``server-group-members`` output for a given quota class.""") +and ``server-group-members`` output for a given quota class.""" + ) def get_parser(self, prog_name): parser = super().get_parser(prog_name) |
