From e3ad82164dc5c51b5f3cb75b826bc15a6778b8b0 Mon Sep 17 00:00:00 2001 From: Hongbin Lu Date: Tue, 3 Oct 2017 15:35:56 +0000 Subject: 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 --- releasenotes/notes/add-server-add-network-98ede8ff6079eb23.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 releasenotes/notes/add-server-add-network-98ede8ff6079eb23.yaml (limited to 'releasenotes') diff --git a/releasenotes/notes/add-server-add-network-98ede8ff6079eb23.yaml b/releasenotes/notes/add-server-add-network-98ede8ff6079eb23.yaml new file mode 100644 index 00000000..cf6dada6 --- /dev/null +++ b/releasenotes/notes/add-server-add-network-98ede8ff6079eb23.yaml @@ -0,0 +1,6 @@ +--- +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. -- cgit v1.2.1