From 92020175cfdb323af026bd25becbf6b69805b838 Mon Sep 17 00:00:00 2001 From: kaz_shinohara Date: Fri, 26 Jan 2018 18:05:49 +0900 Subject: [PATCH] Fix file path typo in devstack/plugin.sh Change-Id: Iad1e2c4d48f921b59bea4edcf22cab3fcc161341 --- devstack/plugin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack/plugin.sh b/devstack/plugin.sh index 813bc0ea..40559f22 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -17,7 +17,7 @@ function install_heat_dashboard { function configure_heat_dashboard { cp -a ${HEAT_DASHBOARD_DIR}/heat_dashboard/enabled/* ${DEST}/horizon/openstack_dashboard/local/enabled/ cp -a ${HEAT_DASHBOARD_DIR}/heat_dashboard/local_settings.d/_1699_orchestration_settings.py ${DEST}/horizon/openstack_dashboard/local/local_settings.d/ - cp -a ${HEAT_DASHBOARD_DIR}/heat-dashboard/conf/heat_policy.json ${DEST}/horizon/openstack_dashboard/conf/ + cp -a ${HEAT_DASHBOARD_DIR}/heat_dashboard/conf/heat_policy.json ${DEST}/horizon/openstack_dashboard/conf/ # NOTE: If locale directory does not exist, compilemessages will fail, # so check for an existence of locale directory is required. if [ -d ${HEAT_DASHBOARD_DIR}/heat_dashboard/locale ]; then