From 4265002e599af332f2e6288814dcaefa0dcb1be0 Mon Sep 17 00:00:00 2001 From: Cao Xuan Hoang Date: Thu, 18 Aug 2016 16:50:52 +0700 Subject: Add 'description' option to os subnet (pool) create/set cmd This patch adds '--description' option to the commands. Change-Id: Ifc2828670c3c48a87a0493d98686a5babf9b2ae7 Closes-Bug: #1614458 Closes-Bug: #1614823 Partially-Implements: blueprint network-commands-options --- doc/source/command-objects/subnet.rst | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc/source/command-objects/subnet.rst') diff --git a/doc/source/command-objects/subnet.rst b/doc/source/command-objects/subnet.rst index 4566d74d..35a76553 100644 --- a/doc/source/command-objects/subnet.rst +++ b/doc/source/command-objects/subnet.rst @@ -26,6 +26,7 @@ Create new subnet [--gateway ] [--host-route destination=,gateway=] [--ip-version {4,6}] + [--description ] [--ipv6-ra-mode {dhcpv6-stateful,dhcpv6-stateless,slaac}] [--ipv6-address-mode {dhcpv6-stateful,dhcpv6-stateless,slaac}] [--network-segment ] @@ -100,6 +101,10 @@ Create new subnet IP version is determined from the subnet pool and this option is ignored. +.. option:: --description + + Set subnet description + .. option:: --ipv6-ra-mode {dhcpv6-stateful,dhcpv6-stateless,slaac} IPv6 RA (Router Advertisement) mode, @@ -202,6 +207,7 @@ Set subnet properties [--host-route destination=,gateway=] [--service-type ] [--name ] + [--description ] .. option:: --allocation-pool start=,end= @@ -243,6 +249,9 @@ Set subnet properties ``network:floatingip_agent_gateway``. Must be a valid device owner value for a network port (repeat option to set multiple service types) +.. option:: --description + + Set subnet description .. option:: --name -- cgit v1.2.1