From 7a21fc0aaf18f0fd17cdc018f842da9bb1f3a28d Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Sat, 19 Aug 2017 05:49:53 +0000 Subject: [PATCH] devstack: Remove workaround for horizon plugin framework A bug in the horizon plugin framework (bug 1700325) has been fixed in horizon. This workaround was added to make the effort of splitting out FWaaS dashboard smooth. From both points, it is no longer needed. Change-Id: I8c56d39c7ae97b601fe304edc245b087c1606f08 Related-Bug: #1700325 --- devstack/plugin.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/devstack/plugin.sh b/devstack/plugin.sh index 5b9390f..f98e802 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -12,12 +12,6 @@ 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 fi - # The following is to make fwaas dashboard work with - # the master horizon with neutron fwaas support. - # At now it seems overriding enabled file does not work. - # (horizon bug 1700325) - rm -f $DEST/horizon/openstack_dashboard/enabled/_1460_project_firewalls_panel.py* - rm -f $DEST/horizon/openstack_dashboard/enabled/__pycache__/_1460_project_firewalls_panel.* # NOTE: If locale directory does not exist, compilemessages will fail, # so check for an existence of locale directory is required. if [ -d $FWAAS_DASHBOARD_DIR/neutron_fwaas_dashboard/locale ]; then