diff options
| author | zhouhenglc <zhouhenglc@inspur.com> | 2019-05-07 10:52:49 +0800 |
|---|---|---|
| committer | Brin Zhang <zhangbailin@inspur.com> | 2019-07-25 06:13:11 +0000 |
| commit | 68809fce5a1073659001a87aee4f9407affd5d0e (patch) | |
| tree | 049039c80b3b614a1241b83afd0a5d909055dded /releasenotes | |
| parent | c4743199096e77bdc89423dc37f632ac24acdba1 (diff) | |
| download | python-openstackclient-68809fce5a1073659001a87aee4f9407affd5d0e.tar.gz | |
openstack port create support --extra-dhcp-option
neutron create-port API has extra_dhcp_opts parameter, this parameter
can set port with special extra dhcp options.
Change-Id: I199f17e95c509a33f809ac85c65f685a37acd198
Diffstat (limited to 'releasenotes')
| -rw-r--r-- | releasenotes/notes/allow-port-create-with-extra-dhcp-options-c2c40e4002b52e2a.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/allow-port-create-with-extra-dhcp-options-c2c40e4002b52e2a.yaml b/releasenotes/notes/allow-port-create-with-extra-dhcp-options-c2c40e4002b52e2a.yaml new file mode 100644 index 00000000..ed4fa1bc --- /dev/null +++ b/releasenotes/notes/allow-port-create-with-extra-dhcp-options-c2c40e4002b52e2a.yaml @@ -0,0 +1,6 @@ +--- +features: + - | + Add ``--extra-dhcp-options`` parameter to the ``port create`` command. The + neutronclient ``port-create`` command can accept extra DHCP options, add + it to the openstackclient in order to be consistent.
\ No newline at end of file |
