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/group.rst2
-rw-r--r--doc/source/command-objects/network-qos-rule-type.rst18
-rw-r--r--doc/source/command-objects/router.rst4
-rw-r--r--doc/source/command-objects/server.rst8
-rw-r--r--doc/source/command-objects/snapshot.rst2
-rw-r--r--doc/source/command-objects/volume-backup.rst2
-rw-r--r--doc/source/command-objects/volume-snapshot.rst2
7 files changed, 30 insertions, 8 deletions
diff --git a/doc/source/command-objects/group.rst b/doc/source/command-objects/group.rst
index a4b26635..3c3199cf 100644
--- a/doc/source/command-objects/group.rst
+++ b/doc/source/command-objects/group.rst
@@ -12,7 +12,7 @@ Add user to group
.. program:: group add user
.. code:: bash
- os group add user
+ openstack group add user
[--group-domain <group-domain>]
[--user-domain <user-domain>]
<group>
diff --git a/doc/source/command-objects/network-qos-rule-type.rst b/doc/source/command-objects/network-qos-rule-type.rst
new file mode 100644
index 00000000..020a05cd
--- /dev/null
+++ b/doc/source/command-objects/network-qos-rule-type.rst
@@ -0,0 +1,18 @@
+=====================
+network qos rule type
+=====================
+
+A **Network QoS rule type** is a specific Network QoS rule type available to be
+used.
+
+Network v2
+
+network qos rule type list
+--------------------------
+
+List Network QoS rule types
+
+.. program:: network qos rule type list
+.. code:: bash
+
+ os network qos rule type list
diff --git a/doc/source/command-objects/router.rst b/doc/source/command-objects/router.rst
index 13e0a88d..9e8007af 100644
--- a/doc/source/command-objects/router.rst
+++ b/doc/source/command-objects/router.rst
@@ -259,7 +259,9 @@ Set router properties
.. option:: --no-route
- Clear routes associated with the router
+ Clear routes associated with the router.
+ Specify both --route and --no-route to overwrite
+ current value of route.
.. option:: --ha
diff --git a/doc/source/command-objects/server.rst b/doc/source/command-objects/server.rst
index c61153fe..88f22baf 100644
--- a/doc/source/command-objects/server.rst
+++ b/doc/source/command-objects/server.rst
@@ -12,7 +12,7 @@ Add fixed IP address to server
.. program:: server add fixed ip
.. code:: bash
- os server add fixed ip
+ openstack server add fixed ip
<server>
<network>
@@ -107,7 +107,7 @@ Create a new server
[--user-data <user-data>]
[--availability-zone <zone-name>]
[--block-device-mapping <dev-name=mapping> [...] ]
- [--nic <net-id=net-uuid,v4-fixed-ip=ip-addr,v6-fixed-ip=ip-addr,port-id=port-uuid> [...] ]
+ [--nic <net-id=net-uuid,v4-fixed-ip=ip-addr,v6-fixed-ip=ip-addr,port-id=port-uuid,auto,none> [...] ]
[--hint <key=value> [...] ]
[--config-drive <value>|True ]
[--min <count>]
@@ -158,7 +158,7 @@ Create a new server
Map block devices; map is <id>:<type>:<size(GB)>:<delete_on_terminate> (optional extension)
-.. option:: --nic <net-id=net-uuid,v4-fixed-ip=ip-addr,v6-fixed-ip=ip-addr,port-id=port-uuid>
+.. option:: --nic <net-id=net-uuid,v4-fixed-ip=ip-addr,v6-fixed-ip=ip-addr,port-id=port-uuid,auto,none>
Create a NIC on the server. Specify option multiple times to create
multiple NICs. Either net-id or port-id must be provided, but not both.
@@ -166,6 +166,8 @@ Create a new server
port-id: attach NIC to port with this UUID,
v4-fixed-ip: IPv4 fixed address for NIC (optional),
v6-fixed-ip: IPv6 fixed address for NIC (optional).
+ none: (v2.37+) no network is attached.
+ auto: (v2.37+) the compute service will automatically allocate a network.
.. option:: --hint <key=value>
diff --git a/doc/source/command-objects/snapshot.rst b/doc/source/command-objects/snapshot.rst
index e4a5be6d..c5c431d0 100644
--- a/doc/source/command-objects/snapshot.rst
+++ b/doc/source/command-objects/snapshot.rst
@@ -13,7 +13,7 @@ Create new snapshot
.. program:: snapshot create
.. code:: bash
- os snapshot create
+ openstack snapshot create
[--name <name>]
[--description <description>]
[--force]
diff --git a/doc/source/command-objects/volume-backup.rst b/doc/source/command-objects/volume-backup.rst
index 3c329b94..5e41e695 100644
--- a/doc/source/command-objects/volume-backup.rst
+++ b/doc/source/command-objects/volume-backup.rst
@@ -12,7 +12,7 @@ Create new volume backup
.. program:: volume backup create
.. code:: bash
- os volume backup create
+ openstack volume backup create
[--container <container>]
[--name <name>]
[--description <description>]
diff --git a/doc/source/command-objects/volume-snapshot.rst b/doc/source/command-objects/volume-snapshot.rst
index e34bad00..37a5088a 100644
--- a/doc/source/command-objects/volume-snapshot.rst
+++ b/doc/source/command-objects/volume-snapshot.rst
@@ -12,7 +12,7 @@ Create new volume snapshot
.. program:: volume snapshot create
.. code:: bash
- os volume snapshot create
+ openstack volume snapshot create
[--volume <volume>]
[--description <description>]
[--force]