python-openstackclient/releasenotes/notes/allow-to-add-remove-vm-ports-273593d7cc1982de.yaml
Cedric Brandily 21510ac1a9 Enable to add/remove port to/from a server
This change enables to add/remove a specific port to/from a server using
the new commands:

 openstack server add port <vm> <port>
 openstack server remove port <vm> <port>

Closes-Bug: #1678137
Change-Id: I6ee57df089235ccc1fb9d38316bd484956b1134d
2017-04-03 20:19:40 +02:00

7 lines
232 B
YAML

---
features:
- |
Add ``server add port`` and ``server remove port`` commands which enable to
add/remove ports to/from a server
[Bug `1678137 <https://bugs.launchpad.net/python-openstackclient/+bug/1678137>`_]