diff options
| author | Richard Theis <rtheis@us.ibm.com> | 2016-06-10 14:44:50 -0500 |
|---|---|---|
| committer | Richard Theis <rtheis@us.ibm.com> | 2016-06-10 14:47:50 -0500 |
| commit | 56a081fa238967c18e77fd12c7ae697289e34c81 (patch) | |
| tree | a0d53aaa96b496d27d867c710df48c86120ea8f1 /doc/source/command-objects | |
| parent | df71ae814e06965970ab13dbd3bb159023a18afc (diff) | |
| download | python-openstackclient-56a081fa238967c18e77fd12c7ae697289e34c81.tar.gz | |
Add geneve provider network type
Add the "geneve" choice to the "os network create" command's
"--provider-network-type" option.
Change-Id: I7573232ec3594ec4acbfae43a8456b8c3fcd1a83
Implements: blueprint neutron-client
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/network.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/command-objects/network.rst b/doc/source/command-objects/network.rst index 8668daee..1cf442f2 100644 --- a/doc/source/command-objects/network.rst +++ b/doc/source/command-objects/network.rst @@ -108,7 +108,7 @@ Create new network .. option:: --provider-network-type <provider-network-type> The physical mechanism by which the virtual network is implemented. - The supported options are: flat, gre, local, vlan, vxlan + The supported options are: flat, geneve, gre, local, vlan, vxlan *Network version 2 only* @@ -120,7 +120,7 @@ Create new network .. option:: --provider-segment <provider-segment> - VLAN ID for VLAN networks or Tunnel ID for GRE/VXLAN networks + VLAN ID for VLAN networks or Tunnel ID for GENEVE/GRE/VXLAN networks *Network version 2 only* |
