diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-04-15 16:26:43 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-04-15 16:26:44 +0000 |
| commit | 881c8360303d80c390110bcd39348b64f0543b2c (patch) | |
| tree | 73f12e30cfa35f90ed1290ac6aa51960868341b4 /doc/source/command-objects | |
| parent | 52a12e743ea1047b6c34cd66dcb60cd61638ce1f (diff) | |
| parent | 67f8b898eb6d48b11b9f0624ac70f65c4311f8e8 (diff) | |
| download | python-openstackclient-881c8360303d80c390110bcd39348b64f0543b2c.tar.gz | |
Merge "Add external network options to osc network set"
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/network.rst | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/source/command-objects/network.rst b/doc/source/command-objects/network.rst index 622568e4..6d3f505a 100644 --- a/doc/source/command-objects/network.rst +++ b/doc/source/command-objects/network.rst @@ -171,6 +171,7 @@ Set network properties [--name <name>] [--enable | --disable] [--share | --no-share] + [--external [--default | --no-default] | --internal] <network> .. option:: --name <name> @@ -193,6 +194,24 @@ Set network properties Do not share the network between projects +.. option:: --external + + Set this network as an external network. + Requires the "external-net" extension to be enabled. + +.. option:: --internal + + Set this network as an internal network + +.. option:: --default + + Specify if this network should be used as + the default external network + +.. option:: --no-default + + Do not use the network as the default external network. + .. _network_set-network: .. describe:: <network> |
