diff options
| author | Jenkins <jenkins@review.openstack.org> | 2017-04-17 15:18:20 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2017-04-17 15:18:20 +0000 |
| commit | 62d71aa2435b2257670480dce73d2192652bb14d (patch) | |
| tree | eb4812cea53bf6f5c64333700d80c0635e814df2 /doc/source/command-objects | |
| parent | b168f2d998b70c16685a11b1e964aa9222ed363b (diff) | |
| parent | fe59e339ae6dd6a5e9075773fb5c2a0fea9c2e53 (diff) | |
| download | python-openstackclient-62d71aa2435b2257670480dce73d2192652bb14d.tar.gz | |
Merge "Allow override of distributed router flag"
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/router.rst | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/doc/source/command-objects/router.rst b/doc/source/command-objects/router.rst index 29131861..50e791ea 100644 --- a/doc/source/command-objects/router.rst +++ b/doc/source/command-objects/router.rst @@ -63,7 +63,7 @@ Create new router openstack router create [--project <project> [--project-domain <project-domain>]] [--enable | --disable] - [--distributed] + [--distributed | --centralized] [--ha | --no-ha] [--description <description>] [--availability-zone-hint <availability-zone>] @@ -90,6 +90,19 @@ Create new router Create a distributed router + The default router type (distributed vs centralized) is determined by a + configuration setting in the OpenStack deployment. Since we are unable + to know that default wihtout attempting to actually create a router it + is suggested to use either :option:`--distributed` or :option:`--centralized` + in situations where multiple cloud deployments may be used. + +.. option:: --centralized + + Create a centralized router + + See the note in :option:`--distributed` regarding the default used when + creating a new router. + .. option:: --ha Create a highly available router |
