Merge "Enable to add/remove port to/from a server"

This commit is contained in:
Jenkins
2017-04-03 20:51:20 +00:00
committed by Gerrit Code Review
5 changed files with 210 additions and 0 deletions
doc/source/command-objects
openstackclient
compute
tests
unit
releasenotes/notes
setup.cfg

@ -49,6 +49,26 @@ Add floating IP address to server
Floating IP address (IP address only) to assign to server
server add port
---------------
Add port to server
.. program:: server add port
.. code:: bash
openstack server add port
<server>
<port>
.. describe:: <server>
Server to add the port to (name or ID)
.. describe:: <port>
Port to add to the server (name or ID)
server add security group
-------------------------
@ -523,6 +543,26 @@ Remove floating IP address from server
Floating IP address (IP address only) to remove from server
server remove port
------------------
Remove port from server
.. program:: server remove port
.. code:: bash
openstack server remove port
<server>
<port>
.. describe:: <server>
Server to remove the port from (name or ID)
.. describe:: <port>
Port to remove from the server (name or ID)
server remove security group
----------------------------