python-openstackclient/releasenotes/notes/bug-1558677-a85f0c548306ba80.yaml
Dean Troyer aeef568189 Fix options in port create/set
* --device-id should have been --device
* --host-id should have been --host

Old options are deprecated and retained for compatibility since they
appear in a release.

Closes-Bug: 1558677

Change-Id: Ic733523c8d57060f2cb5d420fdb1f7598e7d5e71
2016-03-17 21:00:26 +00:00

8 lines
361 B
YAML

---
fixes:
- Change the ``--device-id`` option to ``--device`` and the ``--host-id``
option to ``--host`` for the ``port create`` and ``pot set`` commands.
The original options are deprecated and maintained for backward compatibility
until at least March 2017.
[Bug `1558677 <https://bugs.launchpad.net/python-openstackclient/+bug/1558677>`_]