diff options
| author | reedip <reedip.banerjee@nectechnologies.in> | 2016-04-01 13:48:57 +0900 |
|---|---|---|
| committer | Reedip <reedip.banerjee@nectechnologies.in> | 2016-04-05 01:35:00 +0000 |
| commit | 66f94dca5c524cbe80dfa669cd5422cbb2663fbd (patch) | |
| tree | ced46cc58af30264034e912a6acc321194d51ad4 /doc/source/command-objects | |
| parent | b4c3adbd308e65679489c4c64680cbe0324f4bc7 (diff) | |
| download | python-openstackclient-66f94dca5c524cbe80dfa669cd5422cbb2663fbd.tar.gz | |
Add name option to 'port set'
Port's name can be updated in NeutronClient and it is a very
good feature for a user to have the ability to rename a port.
This was missing in the openstackclient, and the same has been
added in this patch.
Change-Id: I6e712ef08ab1c0a23786c4bb6972d3e0f8f0f999
Implements: blueprint neutron-client
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/port.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/source/command-objects/port.rst b/doc/source/command-objects/port.rst index 4d58745b..46bd6339 100644 --- a/doc/source/command-objects/port.rst +++ b/doc/source/command-objects/port.rst @@ -130,6 +130,7 @@ Set port properties [--binding-profile <binding-profile>] [--host-id <host-id>] [--enable | --disable] + [--name <name>] <port> .. option:: --fixed-ip subnet=<subnet>,ip-address=<ip-address> @@ -168,6 +169,10 @@ Set port properties Disable port +.. option:: --name + + Set port name + .. _port_set-port: .. describe:: <port> |
