summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2019-08-01 21:56:43 +0000
committerGerrit Code Review <review@openstack.org>2019-08-01 21:56:43 +0000
commit6f60f833e87979a1fca066c352dbaf9bb9fd852d (patch)
tree6654f24a2dc974ba8be51e172e927db276f078aa /releasenotes/notes
parent005a247b60af3153286cd95d91dc97c95e4fa049 (diff)
parent68809fce5a1073659001a87aee4f9407affd5d0e (diff)
downloadpython-openstackclient-6f60f833e87979a1fca066c352dbaf9bb9fd852d.tar.gz
Merge "openstack port create support --extra-dhcp-option"
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/allow-port-create-with-extra-dhcp-options-c2c40e4002b52e2a.yaml6
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