deb-horizon/releasenotes/notes/bp-port-allowed-address-pairs-extension-a05c3a864f494b0c.yaml
Wim De Clercq c140149308 Add allowed address pair extension UI for neutron ports.
Changed the port detail view to a TabbedTableView where the extra tab is
enabled/disabled when the extension is active or not in neutron. Similar to
how extensions are handled for routers. If the extension is not active the
port detail screen should look the same as it does now.

The extra tab has a table of the allowed address pairs (columns: IP address,
MAC) with create and delete actions.

Change-Id: I07edb1afae5c2004761d1c118a724fb94aaebe3e
implements: blueprint port-allowed-address-pairs-extension
2016-05-04 19:58:17 +00:00

6 lines
302 B
YAML

---
features:
- The port-details page has a new tab for managing Allowed Address Pairs.
This tab and its features will only be available when this extension is
active in Neutron. The Allowed Address Pairs tab will enable creating,
deleting, and listing address pairs for the current port.