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/network-service-provider.rst18
-rw-r--r--doc/source/command-objects/network.rst16
-rw-r--r--doc/source/command-objects/port.rst18
-rw-r--r--doc/source/command-objects/subnet.rst7
4 files changed, 59 insertions, 0 deletions
diff --git a/doc/source/command-objects/network-service-provider.rst b/doc/source/command-objects/network-service-provider.rst
new file mode 100644
index 00000000..344bb880
--- /dev/null
+++ b/doc/source/command-objects/network-service-provider.rst
@@ -0,0 +1,18 @@
+========================
+network service provider
+========================
+
+A **network service provider** is a particular driver that implements a
+networking service
+
+Network v2
+
+network service provider list
+-----------------------------
+
+List service providers
+
+.. program:: network service provider list
+.. code:: bash
+
+ os network service provider list
diff --git a/doc/source/command-objects/network.rst b/doc/source/command-objects/network.rst
index 4b72d5e0..06a5247a 100644
--- a/doc/source/command-objects/network.rst
+++ b/doc/source/command-objects/network.rst
@@ -30,6 +30,7 @@ Create new network
[--provider-network-type <provider-network-type>]
[--provider-physical-network <provider-physical-network>]
[--provider-segment <provider-segment>]
+ [--qos-policy <qos-policy>]
[--transparent-vlan | --no-transparent-vlan]
<name>
@@ -144,6 +145,12 @@ Create new network
*Network version 2 only*
+.. option:: --qos-policy <qos-policy>
+
+ QoS policy to attach to this network (name or ID)
+
+ *Network version 2 only*
+
.. option:: --transparent-vlan
Make the network VLAN transparent
@@ -303,6 +310,7 @@ Set network properties
[--provider-network-type <provider-network-type>]
[--provider-physical-network <provider-physical-network>]
[--provider-segment <provider-segment>]
+ [--qos-policy <qos-policy> | --no-qos-policy]
[--transparent-vlan | --no-transparent-vlan]
<network>
@@ -370,6 +378,14 @@ Set network properties
VLAN ID for VLAN networks or Tunnel ID for GRE/VXLAN networks
+.. option:: --qos-policy <qos-policy>
+
+ QoS policy to attach to this network (name or ID)
+
+.. option:: --no-qos-policy
+
+ Remove the QoS policy attached to this network
+
.. option:: --transparent-vlan
Make the network VLAN transparent
diff --git a/doc/source/command-objects/port.rst b/doc/source/command-objects/port.rst
index 173d99b1..3aff2f77 100644
--- a/doc/source/command-objects/port.rst
+++ b/doc/source/command-objects/port.rst
@@ -29,6 +29,7 @@ Create new port
[--mac-address <mac-address>]
[--security-group <security-group> | --no-security-group]
[--project <project> [--project-domain <project-domain>]]
+ [--enable-port-security | --disable-port-security]
<name>
.. option:: --network <network>
@@ -99,6 +100,14 @@ Create new port
Domain the project belongs to (name or ID).
This can be used in case collisions between project names exist.
+.. option:: --enable-port-security
+
+ Enable port security for this port (Default)
+
+.. option:: --disable-port-security
+
+ Disable port security for this port
+
.. _port_create-name:
.. describe:: <name>
@@ -182,6 +191,7 @@ Set port properties
[--name <name>]
[--security-group <security-group>]
[--no-security-group]
+ [--enable-port-security | --disable-port-security]
<port>
.. option:: --description <description>
@@ -251,6 +261,14 @@ Set port properties
Clear existing security groups associated with this port
+.. option:: --enable-port-security
+
+ Enable port security for this port
+
+.. option:: --disable-port-security
+
+ Disable port security for this port
+
.. _port_set-port:
.. describe:: <port>
diff --git a/doc/source/command-objects/subnet.rst b/doc/source/command-objects/subnet.rst
index c4c980f6..61526192 100644
--- a/doc/source/command-objects/subnet.rst
+++ b/doc/source/command-objects/subnet.rst
@@ -231,6 +231,7 @@ Set subnet properties
[--no-allocation-pool]
[--dhcp | --no-dhcp]
[--dns-nameserver <dns-nameserver>]
+ [--no-dns-nameserver]
[--gateway <gateway-ip>]
[--host-route destination=<subnet>,gateway=<ip-address>]
[--no-host-route]
@@ -263,6 +264,12 @@ Set subnet properties
DNS server for this subnet (repeat option to set multiple DNS servers)
+.. option:: --no-dns-nameservers
+
+ Clear existing information of DNS servers.
+ Specify both --dns-nameserver and --no-dns-nameservers
+ to overwrite the current DNS server information.
+
.. option:: --gateway <gateway>
Specify a gateway for the subnet. The options are: