summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-03-15 18:44:39 +0000
committerGerrit Code Review <review@openstack.org>2021-03-15 18:44:39 +0000
commitaf0dd44dabf56fd0095714c957afe562c83f20fb (patch)
tree6022f2853704883212411af23da9115926720bd6 /releasenotes
parent26407ae5d98cc9bbb6e5e3146b7664443e34659f (diff)
parent9292264aa74d6d9e6e8f58045c7e3faf755ea725 (diff)
downloadheat-af0dd44dabf56fd0095714c957afe562c83f20fb.tar.gz
Merge "Allow creating a Neutron port without fixed ips"16.0.0.0rc116.0.0
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/neutron-port-without-fixed-ips-e3a771d106224628.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/neutron-port-without-fixed-ips-e3a771d106224628.yaml b/releasenotes/notes/neutron-port-without-fixed-ips-e3a771d106224628.yaml
new file mode 100644
index 000000000..7235850ed
--- /dev/null
+++ b/releasenotes/notes/neutron-port-without-fixed-ips-e3a771d106224628.yaml
@@ -0,0 +1,5 @@
+---
+features:
+ - |
+ Now the ``OS::Neutron::Port`` type supports the ``no_fixed_ips`` property,
+ which allows users to create a network port without any fixed ips.