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.