python-openstackclient/releasenotes/notes/allow-port-create-with-extra-dhcp-options-c2c40e4002b52e2a.yaml
zhouhenglc 68809fce5a 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
2019-07-25 06:13:11 +00:00

6 lines
232 B
YAML

---
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.