diff options
Diffstat (limited to 'doc/source/command-objects/router.rst')
| -rw-r--r-- | doc/source/command-objects/router.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/source/command-objects/router.rst b/doc/source/command-objects/router.rst index bbdca054..13a75158 100644 --- a/doc/source/command-objects/router.rst +++ b/doc/source/command-objects/router.rst @@ -64,6 +64,7 @@ Create new router [--project <project> [--project-domain <project-domain>]] [--enable | --disable] [--distributed] + [--description <description>] [--availability-zone-hint <availability-zone>] <name> @@ -88,6 +89,10 @@ Create new router Create a distributed router +.. option:: --description <description> + + Set router description + .. option:: --availability-zone-hint <availability-zone> Availability Zone in which to create this router @@ -186,6 +191,7 @@ Set router properties [--name <name>] [--enable | --disable] [--distributed | --centralized] + [--description <description>] [--route destination=<subnet>,gateway=<ip-address> | --no-route] <router> @@ -209,6 +215,10 @@ Set router properties Set router to centralized mode (disabled router only) +.. option:: --description <description> + + Set router description + .. option:: --route destination=<subnet>,gateway=<ip-address> Routes associated with the router |
