From 8549071363805a9eef815dd2429b6b860db11a2c Mon Sep 17 00:00:00 2001 From: David Rabel Date: Mon, 13 Mar 2017 15:16:48 +0100 Subject: Add --network and --port to server create --nic option is quite unhandy. It is better to have two seperate options --network and --port to add a network to a new server. Change-Id: I523abdc83ca2dd4c5dd3871f8f109c2bf57c2e02 Closes-Bug: #1612898 --- releasenotes/notes/bug-1612898-bea3b68251d12d81.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 releasenotes/notes/bug-1612898-bea3b68251d12d81.yaml (limited to 'releasenotes') diff --git a/releasenotes/notes/bug-1612898-bea3b68251d12d81.yaml b/releasenotes/notes/bug-1612898-bea3b68251d12d81.yaml new file mode 100644 index 00000000..e31b75d2 --- /dev/null +++ b/releasenotes/notes/bug-1612898-bea3b68251d12d81.yaml @@ -0,0 +1,6 @@ +--- +features: + - | + Add ``--network`` and ``--port`` options to ``server create`` command + as alternatives to ``--nic`` option. + [Bug `1612898 `_] -- cgit v1.2.1