From 59f358ffbbe782f0c5d56652655c905bd22557aa Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Sat, 19 Aug 2017 05:58:56 +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 VPNaaS dashboard smooth. From both points, it is no longer needed. Change-Id: I37df24e9a7af31220b07ba40dd4d409aeb28589d Related-Bug: #1700325 --- devstack/plugin.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/devstack/plugin.sh b/devstack/plugin.sh index 7806dec..c540c50 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -10,12 +10,6 @@ function install_neutron_vpnaas_dashboard { function configure_neutron_vpnaas_dashboard { cp -a $VPNAAS_ENABLED_DIR/_[0-9]*.py $HORIZON_ENABLED_DIR - # The following is to make vpnaas dashboard work with - # the master horizon with neutron vpnaas support. - # At now it seems overriding enabled file does not work. - # (horizon bug 1700325) - rm -f $DEST/horizon/openstack_dashboard/enabled/_1470_project_vpn_panel.py - rm -f $DEST/horizon/openstack_dashboard/enabled/__pycache__/_1470_project_vpn_panel.* # NOTE: If locale directory does not exist, compilemessages will fail, # so check for an existence of locale directory is required. if [ -d $VPNAAS_DASHBOARD_DIR/neutron_vpnaas_dashboard/locale ]; then