From 00e7019022585bc2be9aeb55eb40b1d04776ec22 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Fri, 23 Sep 2022 18:16:53 +0100 Subject: quota: Allow showing project-specific quotas Add '--compute', '--network' and '--volume' options to the 'quota show' command, along with a default '--all' option, allowing us to restrict quotas shown to an individual service. Change-Id: I122b765df01887b8d916ee6567ffb7768fcb4392 Signed-off-by: Stephen Finucane --- releasenotes/notes/quota-show-service-options-ba48d6eca8ffc4f9.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 releasenotes/notes/quota-show-service-options-ba48d6eca8ffc4f9.yaml (limited to 'releasenotes') diff --git a/releasenotes/notes/quota-show-service-options-ba48d6eca8ffc4f9.yaml b/releasenotes/notes/quota-show-service-options-ba48d6eca8ffc4f9.yaml new file mode 100644 index 00000000..b171d193 --- /dev/null +++ b/releasenotes/notes/quota-show-service-options-ba48d6eca8ffc4f9.yaml @@ -0,0 +1,5 @@ +--- +features: + - | + The ``quota show`` command now allows you to show quotas for a specific + service using the ``--compute``, ``--volume``, or ``--network`` options. -- cgit v1.2.1