Merge "Update Doc to reflect new OSC Port commands"

This commit is contained in:
Jenkins 2017-02-03 00:43:52 +00:00 committed by Gerrit Code Review
commit 2aaac41e0e

View File

@ -177,15 +177,16 @@ an IP address between two instances to enable fast data plane failover.
.. code-block:: console
$ neutron port-create net1 --allowed-address-pairs type=dict \
list=true mac_address=MAC_ADDRESS,ip_address=IP_CIDR
$ openstack port create port1 --allowed-address \
ip-address=<IP_CIDR>[,mac_address=<MAC_ADDRESS]
- Update a port by adding allowed address pairs:
.. code-block:: console
$ neutron port-update PORT_UUID --allowed-address-pairs type=dict \
list=true mac_address=MAC_ADDRESS,ip_address=IP_CIDR
$ openstack port set PORT_UUID --allowed-address \
ip-address=<IP_CIDR>[,mac_address=<MAC_ADDRESS]
Virtual-Private-Network-as-a-Service (VPNaaS)