diff options
| author | Zuul <zuul@review.openstack.org> | 2017-10-30 04:21:41 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2017-10-30 04:21:41 +0000 |
| commit | a51ac0a8894d677a326281bcb62d8f58fce348c1 (patch) | |
| tree | 2b259db59d4c5ba7a15601e2ca271e07cb146cd8 /releasenotes | |
| parent | b7388dc9e33e85303186a5b25c57c9aeae1e8b43 (diff) | |
| parent | e3ad82164dc5c51b5f3cb75b826bc15a6778b8b0 (diff) | |
| download | python-openstackclient-a51ac0a8894d677a326281bcb62d8f58fce348c1.tar.gz | |
Merge "Added AddNetwork command to server"
Diffstat (limited to 'releasenotes')
| -rw-r--r-- | releasenotes/notes/add-server-add-network-98ede8ff6079eb23.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
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. |
