python-openstackclient/releasenotes/notes/add-server-remove-network-fb09c53d5b0c0068.yaml
Hongbin Lu 809355894f Add RemoveNetwork command to server
This command will detach a server from a network. All server's
neutron ports that belongs to the specified networks will be removed.

Change-Id: I83a064ed62ab00c6f1016900b9cf30f1c15b8382
2017-11-14 00:13:08 +00:00

6 lines
151 B
YAML

---
features:
- |
Add ``server remove network`` command. This command will remove all
network ports from the specified network and instance.