diff options
| author | Aradhana Singh <aradhana1.singh> | 2016-10-06 21:51:01 +0000 |
|---|---|---|
| committer | Aradhana Singh <aradhana1.singh@intel.com> | 2016-10-17 22:21:34 +0000 |
| commit | c99ec284db181c7f9c72ce1163ba1ea45fe369d0 (patch) | |
| tree | 1eabccbbeee1928c4248f115a613e4d174d50ca3 /releasenotes | |
| parent | 0f02f7ea1ed285ca08ad5f1423fdf0671a3b9920 (diff) | |
| download | python-openstackclient-c99ec284db181c7f9c72ce1163ba1ea45fe369d0.tar.gz | |
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
Diffstat (limited to 'releasenotes')
| -rw-r--r-- | releasenotes/notes/bp-neutron-client-descriptions-b65dd776f78b5a73.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/bp-neutron-client-descriptions-b65dd776f78b5a73.yaml b/releasenotes/notes/bp-neutron-client-descriptions-b65dd776f78b5a73.yaml new file mode 100644 index 00000000..625a4e76 --- /dev/null +++ b/releasenotes/notes/bp-neutron-client-descriptions-b65dd776f78b5a73.yaml @@ -0,0 +1,6 @@ +--- +features: + - | + Add ``--description`` option to ``port set`` and + ``port create`` commands. + [Blueprint :oscbp:`neutron-client-descriptions`] |
