Fix the path to an enabled folder in plugin.sh

Change-Id: Ifd4f1d2883203dde2ebf2e5d2a05607567e9801b
Closes-bug: #1621680
This commit is contained in:
Kenji Ishii 2016-09-09 10:06:03 +09:00 committed by Shu Muto
parent dc15e9d0d8
commit 6937c5e3b0
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ function install_zun_ui {
}
function configure_zun_ui {
cp -a ${HIGGINS_UI_DIR}/enabled/* ${DEST}/horizon/openstack_dashboard/local/enabled/
cp -a ${HIGGINS_UI_DIR}/zun_ui/enabled/* ${DEST}/horizon/openstack_dashboard/local/enabled/
# NOTE: If locale directory does not exist, compilemessages will fail,
# so check for an existence of locale directory is required.
if [ -d ${HIGGINS_UI_DIR}/zun_ui/locale ]; then