From 73d15e3768e28008515781b30e533ddf3d8d4159 Mon Sep 17 00:00:00 2001 From: reedip Date: Fri, 1 Apr 2016 14:26:16 +0900 Subject: Add option to clear information from ports This patch adds the option of "no-fixed-ip" and "no-binding-profile" which is used to clear the fixed-ip and binding:profile information from the ports. Change-Id: I946301eaf6c647bae55e4f416aa0d98e5f06e699 --- doc/source/command-objects/port.rst | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'doc/source/command-objects') diff --git a/doc/source/command-objects/port.rst b/doc/source/command-objects/port.rst index 46bd6339..b666b652 100644 --- a/doc/source/command-objects/port.rst +++ b/doc/source/command-objects/port.rst @@ -123,11 +123,11 @@ Set port properties .. code:: bash os port set - [--fixed-ip subnet=,ip-address=] + [--fixed-ip subnet=,ip-address= | --no-fixed-ip] [--device-id ] [--device-owner ] [--vnic-type ] - [--binding-profile ] + [--binding-profile | --no-binding-profile] [--host-id ] [--enable | --disable] [--name ] @@ -139,6 +139,10 @@ Set port properties subnet=,ip-address= (you can repeat this option) +.. option:: --no-fixed-ip + + Clear existing information of fixed-ips + .. option:: --device-id Device ID of this port @@ -157,6 +161,10 @@ Set port properties Custom data to be passed as binding:profile: = (this option can be repeated) +.. option:: --no-binding-profile + + Clear existing information of binding:profile + .. option:: --host-id The ID of the host where the port is allocated -- cgit v1.2.1