From 870a8f781b84a155cd65853b3319e0877b13d508 Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Sat, 19 Aug 2017 05:43:57 +0000 Subject: [PATCH] Move Firewall panel in the left menu lower by default Currently Firewall panel is located before "Security Groups" and "Floating IPs". Considering the relationship between SG/FIP and Networks/Routers, the current position of "Firewall" panel is a bit confusing. Change-Id: I4c04e9561cee8779c692921dfaf27212b87641b0 Closes-Bug: #1711785 --- devstack/plugin.sh | 2 +- doc/source/install/index.rst | 4 ++-- ...ct_firewalls_panel.py => _7010_project_firewalls_panel.py} | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename neutron_fwaas_dashboard/enabled/{_1460_project_firewalls_panel.py => _7010_project_firewalls_panel.py} (100%) diff --git a/devstack/plugin.sh b/devstack/plugin.sh index 5b9390f..f9b35a0 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -10,7 +10,7 @@ function install_neutron_fwaas_dashboard { function configure_neutron_fwaas_dashboard { if is_service_enabled neutron-fwaas-v1-dashboard; then - cp -a $FWAAS_ENABLED_DIR/_1460_project_firewalls_panel.py $HORIZON_ENABLED_DIR + cp -a $FWAAS_ENABLED_DIR/_7010_project_firewalls_panel.py $HORIZON_ENABLED_DIR fi # The following is to make fwaas dashboard work with # the master horizon with neutron fwaas support. diff --git a/doc/source/install/index.rst b/doc/source/install/index.rst index ff40aba..8f20136 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_fwaas_dashboard/enabled/_1460_project_firewalls_panel.py \ - /opt/stack/horizon/openstack_dashboard/local/enabled/_1460_project_firewalls_panel.py + $ cp neutron_fwaas_dashboard/enabled/_7010_project_firewalls_panel.py \ + /opt/stack/horizon/openstack_dashboard/local/enabled/_7010_project_firewalls_panel.py .. note:: diff --git a/neutron_fwaas_dashboard/enabled/_1460_project_firewalls_panel.py b/neutron_fwaas_dashboard/enabled/_7010_project_firewalls_panel.py similarity index 100% rename from neutron_fwaas_dashboard/enabled/_1460_project_firewalls_panel.py rename to neutron_fwaas_dashboard/enabled/_7010_project_firewalls_panel.py