Trunks panel: enable project trunk panel by default

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
This commit is contained in:
Bence Romsics 2017-07-27 14:16:45 +02:00
parent 7b207fbf89
commit 7caead688e
2 changed files with 5 additions and 9 deletions

View File

@ -8,6 +8,3 @@ PANEL_GROUP = 'network'
# Python panel class of the PANEL to be added.
ADD_PANEL = \
'openstack_dashboard.dashboards.project.trunks.panel.Trunks'
# Will default to disabled until the feature is completed.
DISABLED = True

View File

@ -1,9 +1,8 @@
---
features:
- |
[`blueprint neutron-trunk-ui <https://blueprints.launchpad.net/horizon/+spec/neutron-trunk-ui>`_]
Partial support for Neutron Trunks. The Project/Network/Trunks
panel turns on 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.
Supported actions: create, edit, delete.
[: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.