diff --git a/openstack_dashboard/enabled/_1090_project_api_access_panel.py b/openstack_dashboard/enabled/_1090_project_api_access_panel.py index d9a9dc889e..9a18dde74a 100644 --- a/openstack_dashboard/enabled/_1090_project_api_access_panel.py +++ b/openstack_dashboard/enabled/_1090_project_api_access_panel.py @@ -1,5 +1,5 @@ PANEL_DASHBOARD = 'project' -PANEL_GROUP = 'compute' +PANEL_GROUP = 'default' PANEL = 'api_access' ADD_PANEL = \ diff --git a/releasenotes/notes/bp/reorganise-access-and-security-ea7780aa9e7b83e7.yaml b/releasenotes/notes/bp/reorganise-access-and-security-ea7780aa9e7b83e7.yaml index b58a6cc6ce..1ac2d16b39 100644 --- a/releasenotes/notes/bp/reorganise-access-and-security-ea7780aa9e7b83e7.yaml +++ b/releasenotes/notes/bp/reorganise-access-and-security-ea7780aa9e7b83e7.yaml @@ -1,8 +1,8 @@ --- features: - The Access & Security panel's tabs have been moved to their own panels for - clearer navigation and better performance. API Access and Key Pairs now - reside in the Compute panel group. Floating IPs and Security Groups are - now in the Network panel group. + clearer navigation and better performance. API Access is now a top level + panel and Key Pairs now resides in the Compute panel group. Floating IPs + and Security Groups are now in the Network panel group. - Download buttons for OpenStack RC files have been added to the user dropdown menu in the top right of Horizon.