From f3d286152aa0837cae80dfbd94f1087e9bd4b92a Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Sat, 19 Aug 2017 05:56:59 +0000 Subject: [PATCH] Move VPN panel in the left menu lower by default Currently VPN panel is located before "Security Groups" and "Floating IPs". Considering the relationship between SG/FIP and Networks/Routers, the current position of "VPN" panel is a bit confusing. Change-Id: I640accd20933da87ae5764e3c300b5305281dd4c Closes-Bug: #1711785 --- doc/source/install/index.rst | 4 ++-- ...{_1470_project_vpn_panel.py => _7100_project_vpn_panel.py} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename neutron_vpnaas_dashboard/enabled/{_1470_project_vpn_panel.py => _7100_project_vpn_panel.py} (100%) diff --git a/doc/source/install/index.rst b/doc/source/install/index.rst index 6dbfce1..73a6368 100644 --- a/doc/source/install/index.rst +++ b/doc/source/install/index.rst @@ -38,8 +38,8 @@ Enable the horizon plugin. .. code-block:: console - $ cp neutron_vpnaas_dashboard/enabled/_1470_project_vpn_panel.py \ - /opt/stack/horizon/openstack_dashboard/local/enabled/_1470_project_vpn_panel.py + $ cp neutron_vpnaas_dashboard/enabled/_7100_project_vpn_panel.py \ + /opt/stack/horizon/openstack_dashboard/local/enabled/_7100_project_vpn_panel.py .. note:: diff --git a/neutron_vpnaas_dashboard/enabled/_1470_project_vpn_panel.py b/neutron_vpnaas_dashboard/enabled/_7100_project_vpn_panel.py similarity index 100% rename from neutron_vpnaas_dashboard/enabled/_1470_project_vpn_panel.py rename to neutron_vpnaas_dashboard/enabled/_7100_project_vpn_panel.py