diff options
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/router.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/source/command-objects/router.rst b/doc/source/command-objects/router.rst index 13a75158..335de179 100644 --- a/doc/source/command-objects/router.rst +++ b/doc/source/command-objects/router.rst @@ -63,7 +63,7 @@ Create new router os router create [--project <project> [--project-domain <project-domain>]] [--enable | --disable] - [--distributed] + [--distributed] [--ha] [--description <description>] [--availability-zone-hint <availability-zone>] <name> @@ -89,6 +89,10 @@ Create new router Create a distributed router +.. option:: --ha + + Create a highly available router + .. option:: --description <description> Set router description |
