Merge "Add external network options to osc network set"

This commit is contained in:
Jenkins
2016-04-15 16:26:43 +00:00
committed by Gerrit Code Review
4 changed files with 62 additions and 11 deletions
doc/source/command-objects
openstackclient
network
tests
releasenotes/notes

@ -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>