python-openstackclient/releasenotes/notes/bp-neutron-client-descriptions-b65dd776f78b5a73.yaml
Aradhana Singh c99ec284db Add description field port create & port set
This patchset
1. adds description field to openstack port create and
 openstack port set.
2. updates method _add_updatable_args with 4 spaces instead
 of existing 8 spaces

Partially Implements: blueprint neutron-client-descriptions
Partially Implements: blueprint network-commands-options

Change-Id: I4598e555722b1de7bc47f3a9be0fd81eacfcb572
2016-10-17 22:21:34 +00:00

7 lines
156 B
YAML

---
features:
- |
Add ``--description`` option to ``port set`` and
``port create`` commands.
[Blueprint :oscbp:`neutron-client-descriptions`]