heat/releasenotes/notes/neutron-port-without-fixed-ips-e3a771d106224628.yaml
Takashi Kajinami 9292264aa7 Allow creating a Neutron port without fixed ips
Since Newton release, Neutron supports ports without fixed ips[1].
This change introduces a new no_fixed_ips property so that we can
create an unaddressed port from Heat.

[1] https://specs.openstack.org/openstack/neutron-specs/specs/newton/unaddressed-port.html

Story: 2008554
Task: 41685
Change-Id: I6f16905155038db44c7e01dd5d34d65032dca061
2021-01-25 22:40:03 +09:00

6 lines
170 B
YAML

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