diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-04-06 19:20:56 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-04-06 19:20:56 +0000 |
| commit | 60a91a65720fb8fb1a18556d16daa89f9a340cf6 (patch) | |
| tree | 04312593c5b43ae5f01a1d9dc93256b870d511ca /doc/source/command-objects | |
| parent | 523ab58fb682efe7f0ac6fcf4746d2d434c7b5ac (diff) | |
| parent | 107bc5164f99ef956d952273235648c7f8f26764 (diff) | |
| download | python-openstackclient-60a91a65720fb8fb1a18556d16daa89f9a340cf6.tar.gz | |
Merge "Add external network options to osc network create"
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/network.rst | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/source/command-objects/network.rst b/doc/source/command-objects/network.rst index 9e109279..e0a649c1 100644 --- a/doc/source/command-objects/network.rst +++ b/doc/source/command-objects/network.rst @@ -17,6 +17,7 @@ Create new network [--enable | --disable] [--share | --no-share] [--availability-zone-hint <availability-zone>] + [--external [--default | --no-default] | --internal] <name> .. option:: --project <project> @@ -59,6 +60,29 @@ Create new network IPv4 subnet for fixed IPs (in CIDR notation) (Compute v2 network only) +.. option:: --external + + Set this network as an external network. + Requires the "external-net" extension to be enabled. + (Network v2 only) + +.. option:: --internal + + Set this network as an internal network (default) + (Network v2 only) + +.. option:: --default + + Specify if this network should be used as + the default external network + (Network v2 only) + +.. option:: --no-default + + Do not use the network as the default external network. + By default, no network is set as an external network. + (Network v2 only) + .. _network_create-name: .. describe:: <name> |
