python-openstackclient/releasenotes/notes/bug-1612898-bea3b68251d12d81.yaml
David Rabel 8549071363 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
2017-04-07 16:36:18 +02:00

7 lines
198 B
YAML

---
features:
- |
Add ``--network`` and ``--port`` options to ``server create`` command
as alternatives to ``--nic`` option.
[Bug `1612898 <https://bugs.launchpad.net/bugs/1612898>`_]