neutron/releasenotes/notes/add-port-data-plane-status-12726c964210b374.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

15 lines
774 B
YAML

---
features:
- Add ``data_plane_status`` attribute to port resources to represent the
status of the underlying data plane. This attribute is to be managed
by entities outside of the Networking service,
while the ``status`` attribute is managed by the Networking service.
Both status attributes are independent from one another.
Third parties can report via Neutron API issues in the underlying data
plane affecting connectivity from/to Neutron ports.
Attribute can take values ``None`` (default), ``ACTIVE`` or ``DOWN``,
and is readable by users and writable by admins and users granted the
``data-plane-integrator`` role.
Append ``data_plane_status`` to ``[ml2] extension_drivers`` config
option to load the extension driver.