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 /releasenotes | |
| 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 'releasenotes')
| -rw-r--r-- | releasenotes/notes/add-name-to-port-set-eefa081225bf8b49.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/releasenotes/notes/add-name-to-port-set-eefa081225bf8b49.yaml b/releasenotes/notes/add-name-to-port-set-eefa081225bf8b49.yaml new file mode 100644 index 00000000..13ecad26 --- /dev/null +++ b/releasenotes/notes/add-name-to-port-set-eefa081225bf8b49.yaml @@ -0,0 +1,4 @@ +--- +features: + - | + Port name can now be updated using ``port set``
\ No newline at end of file |
