7caead688e
The trunk panel in the project dashboard is completed, so this commit enables it by default. To test it build devstack with neutron trunk support. Eg: local.conf: enable_plugin neutron https://git.openstack.org/openstack/neutron enable_service q-trunk As long as the 'trunk' API extension is available (openstack extension show trunk) the panel should automatically appear under Project/Network/Trunks. Change-Id: I5f5e343f21ac92e4195825e44f0f3d58b44c134a Implements: blueprint neutron-trunk-ui
9 lines
335 B
YAML
9 lines
335 B
YAML
---
|
|
features:
|
|
- |
|
|
[:blueprint:`neutron-trunk-ui`]
|
|
Neutron trunk feature is now supported in the project dashboard.
|
|
The panel will be displayed if Neutron API extension 'trunk' is available.
|
|
It displays information about trunks. The details page for each trunk also
|
|
shows information about subports of that trunk.
|