From 01c3548dc8c35da198453af4e20331b5aa15f436 Mon Sep 17 00:00:00 2001 From: Wenran Xiao Date: Tue, 18 Sep 2018 11:32:03 +0800 Subject: Fix help message for subnetpool default-quota value Default pre-project quota is the number of IP addresses that can be allocated from the subnet pool. For example, with a quota of 128, I might get a 64 addresses subnet1, and 16 addresses subnet2, and still have room to allocate 48 more addresses in the future. Change-Id: Ia0ba827790b190647aed990e47347560fc9e9f0c --- doc/source/cli/command-objects/subnet-pool.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/source/cli/command-objects/subnet-pool.rst') diff --git a/doc/source/cli/command-objects/subnet-pool.rst b/doc/source/cli/command-objects/subnet-pool.rst index 0cff4d7f..c6fda03c 100644 --- a/doc/source/cli/command-objects/subnet-pool.rst +++ b/doc/source/cli/command-objects/subnet-pool.rst @@ -77,8 +77,8 @@ Create subnet pool .. option:: --default-quota - Set default quota for subnet pool as the number of - IP addresses allowed in a subnet + Set default per-project quota for this subnet pool as the number of + IP addresses that can be allocated from the subnet pool .. option:: --tag @@ -250,8 +250,8 @@ Set subnet pool properties .. option:: --default-quota - Set default quota for subnet pool as the number of - IP addresses allowed in a subnet + Set default per-project quota for this subnet pool as the number of + IP addresses that can be allocated from the subnet pool .. option:: --tag -- cgit v1.2.1