From 21510ac1a94eeb8de218a0edfe81db5ef0437249 Mon Sep 17 00:00:00 2001 From: Cedric Brandily Date: Fri, 31 Mar 2017 23:11:47 +0200 Subject: 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 openstack server remove port Closes-Bug: #1678137 Change-Id: I6ee57df089235ccc1fb9d38316bd484956b1134d --- .../notes/allow-to-add-remove-vm-ports-273593d7cc1982de.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 releasenotes/notes/allow-to-add-remove-vm-ports-273593d7cc1982de.yaml (limited to 'releasenotes') diff --git a/releasenotes/notes/allow-to-add-remove-vm-ports-273593d7cc1982de.yaml b/releasenotes/notes/allow-to-add-remove-vm-ports-273593d7cc1982de.yaml new file mode 100644 index 00000000..aa36a21d --- /dev/null +++ b/releasenotes/notes/allow-to-add-remove-vm-ports-273593d7cc1982de.yaml @@ -0,0 +1,6 @@ +--- +features: + - | + Add ``server add port`` and ``server remove port`` commands which enable to + add/remove ports to/from a server + [Bug `1678137 `_] -- cgit v1.2.1