summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRyan Tidwell <rtidwell@suse.com>2019-02-05 10:59:09 -0600
committerRyan Tidwell <rtidwell@suse.com>2019-02-27 08:39:40 -0600
commit680b417111dbbda9e318700286c4efd9055f1af3 (patch)
treea52bf43f859935120fcc3a32d4ff4dc4c81e49c1 /doc
parent1f35b8f25cb328ede6aea7933ecd33a1cd713ba8 (diff)
downloadpython-neutronclient-680b417111dbbda9e318700286c4efd9055f1af3.tar.gz
Add subnet onboard CLI6.12.0
This is the implementation of the "onboard network subnets" CLI. This enables the subnet onboard feature of neutron to be driven via CLI. Depends-On: https://review.openstack.org/348080 Change-Id: Ic637ed689b0d3806d2c33faa419c3a98a310effa Implements: blueprint subnet-onboard
Diffstat (limited to 'doc')
-rw-r--r--doc/source/cli/osc/v2/subnet-onboard.rst17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/source/cli/osc/v2/subnet-onboard.rst b/doc/source/cli/osc/v2/subnet-onboard.rst
new file mode 100644
index 0000000..0069703
--- /dev/null
+++ b/doc/source/cli/osc/v2/subnet-onboard.rst
@@ -0,0 +1,17 @@
+=======================
+network onboard subnets
+=======================
+
+**network onboard subnets** enables a subnet to be adopted or
+"onboarded" into an existing subnet pool. The CIDR of the subnet
+is checked for uniqueness across any applicable address scopes
+and all subnets allocated from the target subnet pool. Once
+onboarded, the subnet CIDR is added to the prefix list of the
+subnet pool and the subnet appears as though it has been allocated
+from the subnet pool. The subnet also begins participating in the
+applicable address scope if the subnet pool belongs to one.
+
+Network v2
+
+.. autoprogram-cliff:: openstack.neutronclient.v2
+ :command: network onboard subnets