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/port.rst21
3 files changed, 21 insertions, 7 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/port.rst b/doc/source/command-objects/port.rst
index 4d58745b..2e83eea1 100644
--- a/doc/source/command-objects/port.rst
+++ b/doc/source/command-objects/port.rst
@@ -123,20 +123,25 @@ Set port properties
.. code:: bash
os port set
- [--fixed-ip subnet=<subnet>,ip-address=<ip-address>]
+ [--fixed-ip subnet=<subnet>,ip-address=<ip-address> | --no-fixed-ip]
[--device-id <device-id>]
[--device-owner <device-owner>]
[--vnic-type <vnic-type>]
- [--binding-profile <binding-profile>]
+ [--binding-profile <binding-profile> | --no-binding-profile]
[--host-id <host-id>]
[--enable | --disable]
+ [--name <name>]
<port>
.. option:: --fixed-ip subnet=<subnet>,ip-address=<ip-address>
- Desired IP and/or subnet for this port:
+ Desired IP and/or subnet (name or ID) for this port:
subnet=<subnet>,ip-address=<ip-address>
- (you can repeat this option)
+ (this option can be repeated)
+
+.. option:: --no-fixed-ip
+
+ Clear existing information of fixed-ips
.. option:: --device-id <device-id>
@@ -156,6 +161,10 @@ Set port properties
Custom data to be passed as binding:profile: <key>=<value>
(this option can be repeated)
+.. option:: --no-binding-profile
+
+ Clear existing information of binding:profile
+
.. option:: --host-id <host-id>
The ID of the host where the port is allocated
@@ -168,6 +177,10 @@ Set port properties
Disable port
+.. option:: --name
+
+ Set port name
+
.. _port_set-port:
.. describe:: <port>