neutron/releasenotes/notes/dvr-fip-namespace-on-all-nodes-c4da7ccd60ee62f5.yaml
Akihiro Motoki 010b133938 Do not use prelude section for individual release notes
prelude section is prepared for general comments about a release [1].
At now neutron release notes use prelude section randomly.
Some rel notes use it and some do not.

This commit drop or move prelude section in Pike release notes.

In addition, some guideline on writing a release note
to the release notes howto page.

Change-Id: I53fefcc3eed30700d095c77d9e000319668097e8
2017-08-04 07:17:52 +00:00

12 lines
512 B
YAML

---
features:
- Proactively create DVR floating IP namespace on all compute nodes
when a gateway is configured.
issues:
- Creating DVR floating IP namespace on all nodes proactively
might consume public IP Address, but by using
subnet service-types as explained in `the networking guide
<https://docs.openstack.org/neutron/latest/admin/config-service-subnets.html>`__
consumers can use the private IPs for floating IP agent gateway ports
and need not consume any public IP addresses.