From 6937c5e3b05d20fc51ee0020693117d7101ddc7b Mon Sep 17 00:00:00 2001 From: Kenji Ishii <ken-ishii@sx.jp.nec.com> Date: Fri, 9 Sep 2016 10:06:03 +0900 Subject: [PATCH] Fix the path to an enabled folder in plugin.sh Change-Id: Ifd4f1d2883203dde2ebf2e5d2a05607567e9801b Closes-bug: #1621680 --- devstack/plugin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack/plugin.sh b/devstack/plugin.sh index 8a0a20a..c9f4b79 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -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