From 8bd8a8dfd7d330573740f7610ea28ae291d1e4e2 Mon Sep 17 00:00:00 2001 From: Steve Martinelli Date: Fri, 3 Apr 2015 03:12:27 -0400 Subject: Add support to specify volume quotas per volume type Add a --volume-type option to quota set, this will allow users to set quotas for volume attributes on a per volume-type basis. for example: openstack quota set admin --volume-type myvol --volumes 12 Change-Id: I3ce9cf82a65d4f012b339f0e0dedb752cb132c33 Closes-Bug: 1438377 --- doc/source/command-objects/quota.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/source/command-objects') diff --git a/doc/source/command-objects/quota.rst b/doc/source/command-objects/quota.rst index 053fb47a..5ea49f8c 100644 --- a/doc/source/command-objects/quota.rst +++ b/doc/source/command-objects/quota.rst @@ -30,6 +30,7 @@ Set quotas for project [--gigabytes ] [--snapshots ] [--volumes ] + [--volume-type ] @@ -121,6 +122,10 @@ Set quotas for class New value for the snapshots quota +.. option:: --volume-type + + Set quotas for a specific + quota show ---------- -- cgit v1.2.1