summaryrefslogtreecommitdiff
path: root/doc/source/command-objects
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/command-objects')
-rw-r--r--doc/source/command-objects/compute-service.rst5
-rw-r--r--doc/source/command-objects/flavor.rst2
-rw-r--r--doc/source/command-objects/network.rst43
-rw-r--r--doc/source/command-objects/port.rst5
4 files changed, 52 insertions, 3 deletions
diff --git a/doc/source/command-objects/compute-service.rst b/doc/source/command-objects/compute-service.rst
index db75bef4..bda64c81 100644
--- a/doc/source/command-objects/compute-service.rst
+++ b/doc/source/command-objects/compute-service.rst
@@ -36,7 +36,7 @@ List service command
.. _compute-service-list:
.. option:: --host <host>
- List services on specified host (name only)
+ List services on specified host (name only)
.. option:: --service <service>
@@ -71,7 +71,8 @@ Set service command
.. option:: --disable-reason <reason>
- Reason for disabling the service (in quotes)
+ Reason for disabling the service (in quotes). Note that when the service
+ is enabled, this option is ignored.
.. describe:: <host>
diff --git a/doc/source/command-objects/flavor.rst b/doc/source/command-objects/flavor.rst
index 5893ff07..322943d7 100644
--- a/doc/source/command-objects/flavor.rst
+++ b/doc/source/command-objects/flavor.rst
@@ -49,7 +49,7 @@ Create new flavor
.. option:: --rxtx-factor <factor>
- RX/TX factor (default 1)
+ RX/TX factor (default 1.0)
.. option:: --public
diff --git a/doc/source/command-objects/network.rst b/doc/source/command-objects/network.rst
index 9e109279..9fbc0216 100644
--- a/doc/source/command-objects/network.rst
+++ b/doc/source/command-objects/network.rst
@@ -17,6 +17,10 @@ Create new network
[--enable | --disable]
[--share | --no-share]
[--availability-zone-hint <availability-zone>]
+ [--external [--default | --no-default] | --internal]
+ [--provider-network-type <provider-network-type>]
+ [--provider-physical-network <provider-physical-network>]
+ [--provider-segmentation-id <provider-segmentation-id>]
<name>
.. option:: --project <project>
@@ -59,6 +63,45 @@ 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)
+
+.. 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
+ (Network v2 only)
+
+.. option:: --provider-physical-network <provider-physical-network>
+
+ Name of the physical network over which the virtual network is implemented
+ (Network v2 only)
+
+.. option:: --provider-segmentation-id <provider-segmentation-id>
+
+ VLAN ID for VLAN networks or tunnel-id for GRE/VXLAN networks
+ (Network v2 only)
+
.. _network_create-name:
.. describe:: <name>
diff --git a/doc/source/command-objects/port.rst b/doc/source/command-objects/port.rst
index 4d58745b..46bd6339 100644
--- a/doc/source/command-objects/port.rst
+++ b/doc/source/command-objects/port.rst
@@ -130,6 +130,7 @@ Set port properties
[--binding-profile <binding-profile>]
[--host-id <host-id>]
[--enable | --disable]
+ [--name <name>]
<port>
.. option:: --fixed-ip subnet=<subnet>,ip-address=<ip-address>
@@ -168,6 +169,10 @@ Set port properties
Disable port
+.. option:: --name
+
+ Set port name
+
.. _port_set-port:
.. describe:: <port>