summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/cli/command-objects/subnet-pool.rst8
-rw-r--r--doc/source/contributor/plugins.rst2
2 files changed, 5 insertions, 5 deletions
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 <num-ip-addresses>
- 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 <tag>
@@ -250,8 +250,8 @@ Set subnet pool properties
.. option:: --default-quota <num-ip-addresses>
- 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 <tag>
diff --git a/doc/source/contributor/plugins.rst b/doc/source/contributor/plugins.rst
index 51aec9ae..effcd85a 100644
--- a/doc/source/contributor/plugins.rst
+++ b/doc/source/contributor/plugins.rst
@@ -53,7 +53,7 @@ The following is a list of projects that are an OpenStackClient plugin.
The following is a list of projects that are not an OpenStackClient plugin.
- python-magnumclient
-- python-ceilometerclient
+- python-monascaclient
- python-solumclient
Implementation