python-openstackclient/releasenotes/notes/add-server-add-network-98ede8ff6079eb23.yaml
Hongbin Lu e3ad82164d Added AddNetwork command to server
Currently, if users want to add another NIC to a running instance,
they need to (i) create a neutron port and (ii) add the port to the
server via teh AddPort command. It would be more convenient to have
a single command to achieve the equivalent.

Novaclient already support adding network to an instance via the
interface-attach command. This patch introduces a similar capability
in OSC.

Change-Id: Ia3e39c57ae7ecb96aae1b66adc52c289daccb6ec
2017-10-26 15:34:04 +00:00

7 lines
190 B
YAML

---
features:
- |
Add ``server add network`` command. This command will create a neutron
port from the specified neutron network and attach the port to the
specified instance.