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/flavor.rst6
-rw-r--r--doc/source/command-objects/network-qos-policy.rst10
-rw-r--r--doc/source/command-objects/port.rst7
-rw-r--r--doc/source/command-objects/server-group.rst4
4 files changed, 22 insertions, 5 deletions
diff --git a/doc/source/command-objects/flavor.rst b/doc/source/command-objects/flavor.rst
index 971628d7..a9f8262e 100644
--- a/doc/source/command-objects/flavor.rst
+++ b/doc/source/command-objects/flavor.rst
@@ -144,6 +144,7 @@ Set flavor properties
.. code:: bash
openstack flavor set
+ [--no-property]
[--property <key=value> [...] ]
[--project <project>]
[--project-domain <project-domain>]
@@ -162,6 +163,11 @@ Set flavor properties
Domain the project belongs to (name or ID).
This can be used in case collisions between project names exist.
+.. option:: --no-property
+
+ Remove all properties from this flavor (specify both --no-property and --property
+ to remove the current properties before setting new properties.)
+
.. describe:: <flavor>
Flavor to modify (name or ID)
diff --git a/doc/source/command-objects/network-qos-policy.rst b/doc/source/command-objects/network-qos-policy.rst
index cf594497..7ec6776c 100644
--- a/doc/source/command-objects/network-qos-policy.rst
+++ b/doc/source/command-objects/network-qos-policy.rst
@@ -38,11 +38,12 @@ Create new Network QoS policy
Owner's project (name or ID)
-.. option:: --project-domain <project-domain>]
+.. option:: --project-domain <project-domain>
Domain the project belongs to (name or ID).
This can be used in case collisions between project names exist.
+.. _network_qos_policy_create-name:
.. describe:: <name>
New QoS policy specification name
@@ -58,6 +59,7 @@ Delete Network QoS policy
openstack network qos policy delete
<qos-policy> [<qos-policy> ...]
+.. _network_qos_policy_delete-qos-policy:
.. describe:: <qos-policy>
Network QoS policy(s) to delete (name or ID)
@@ -102,9 +104,10 @@ Set Network QoS policy properties
Make the QoS policy not accessible by other projects
+.. _network_qos_policy_set-qos-policy:
.. describe:: <qos-policy>
- Network QoS policy(s) to delete (name or ID)
+ Network QoS policy to modify (name or ID)
network qos policy show
-----------------------
@@ -117,6 +120,7 @@ Display Network QoS policy details
openstack network qos policy show
<qos-policy>
+.. _network_qos_policy_show-qos-policy:
.. describe:: <qos-policy>
- Network QoS policy(s) to show (name or ID)
+ Network QoS policy to display (name or ID)
diff --git a/doc/source/command-objects/port.rst b/doc/source/command-objects/port.rst
index 201a889e..5080addb 100644
--- a/doc/source/command-objects/port.rst
+++ b/doc/source/command-objects/port.rst
@@ -155,6 +155,7 @@ List ports
[--router <router> | --server <server>]
[--network <network>]
[--mac-address <mac-address>]
+ [--fixed-ip subnet=<subnet>,ip-address=<ip-address>]
[--long]
[--project <project> [--project-domain <project-domain>]]
@@ -179,6 +180,12 @@ List ports
List only ports with this MAC address
+.. option:: --fixed-ip subnet=<subnet>,ip-address=<ip-address>
+
+ Desired IP and/or subnet (name or ID) for filtering ports:
+ subnet=<subnet>,ip-address=<ip-address>
+ (repeat option to set multiple fixed IP addresses)
+
.. option:: --long
List additional fields in output
diff --git a/doc/source/command-objects/server-group.rst b/doc/source/command-objects/server-group.rst
index 77c6431c..97696350 100644
--- a/doc/source/command-objects/server-group.rst
+++ b/doc/source/command-objects/server-group.rst
@@ -15,13 +15,13 @@ Create a new server group
.. code-block:: bash
openstack server group create
- --policy <policy> [--policy <policy>] ...
+ --policy <policy>
<name>
.. option:: --policy <policy>
Add a policy to :ref:`\<name\> <server_group_create-name>`
- (repeat option to add multiple policies)
+ ('affinity' or 'anti-affinity', default to 'affinity')
.. _server_group_create-name:
.. describe:: <name>