Fix mistake in devstack installation procedure.

Root cause of this is typo of copy destination path,
so I've fixed that.

Change-Id: I6261824a32946408f8a8f5749bafdf3db0d02cd1
This commit is contained in:
Keiichi Hikita 2017-11-30 12:56:55 +09:00
parent a5dd0c3f97
commit 9110688600
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,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}/etc/heat_policy.json ${DEST}/horizon/conf/
cp -a ${HEAT_DASHBOARD_DIR}/etc/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