From 77e3fbae1a866e05219d272f9c3bdbaaa8030854 Mon Sep 17 00:00:00 2001 From: Steve Martinelli Date: Fri, 3 Apr 2015 02:26:22 -0400 Subject: Add support for showing limits of a specific project Looks like the option to show limits of a specific project was missing. This resulted in always using the authenticated project. Change-Id: I512a05df20860ffb52af34f3b64c9eb81dae8c61 Closes-Bug: 1438379 --- doc/source/command-objects/limits.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc/source/command-objects/limits.rst') diff --git a/doc/source/command-objects/limits.rst b/doc/source/command-objects/limits.rst index 1eae4889..0d466af6 100644 --- a/doc/source/command-objects/limits.rst +++ b/doc/source/command-objects/limits.rst @@ -16,6 +16,8 @@ Show compute and volume limits os limits show --absolute [--reserved] | --rate + [--project ] + [--domain ] .. option:: --absolute @@ -28,3 +30,11 @@ Show compute and volume limits .. option:: --reserved Include reservations count [only valid with :option:`--absolute`] + +.. option:: --project + + Show limits for a specific project (name or ID) [only valid with --absolute] + +.. option:: --domain + + Domain that owns --project (name or ID) [only valid with --absolute] -- cgit v1.2.1