Merge "Move Firewall panel in the left menu lower by default"

This commit is contained in:
Jenkins 2017-08-22 14:41:12 +00:00 committed by Gerrit Code Review
commit 1c03728734
3 changed files with 3 additions and 3 deletions

View File

@ -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
# NOTE: If locale directory does not exist, compilemessages will fail,
# so check for an existence of locale directory is required.

View File

@ -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::