From 7caead688e98d40d7779041550658f7669696ca7 Mon Sep 17 00:00:00 2001 From: Bence Romsics Date: Thu, 27 Jul 2017 14:16:45 +0200 Subject: [PATCH] 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 --- .../enabled/_1500_project_trunks_panel.py | 3 --- .../bp-neutron-trunk-ui-queens-1d59df887b9a079a.yaml | 11 +++++------ 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/openstack_dashboard/enabled/_1500_project_trunks_panel.py b/openstack_dashboard/enabled/_1500_project_trunks_panel.py index 3445ee6e88..1775743815 100644 --- a/openstack_dashboard/enabled/_1500_project_trunks_panel.py +++ b/openstack_dashboard/enabled/_1500_project_trunks_panel.py @@ -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 diff --git a/releasenotes/notes/bp-neutron-trunk-ui-queens-1d59df887b9a079a.yaml b/releasenotes/notes/bp-neutron-trunk-ui-queens-1d59df887b9a079a.yaml index ac5bf3fb83..4b5261d89c 100644 --- a/releasenotes/notes/bp-neutron-trunk-ui-queens-1d59df887b9a079a.yaml +++ b/releasenotes/notes/bp-neutron-trunk-ui-queens-1d59df887b9a079a.yaml @@ -1,9 +1,8 @@ --- features: - | - [`blueprint 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.