From 173006f85ae45248d9b81cf2095c51879bf5d77f Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Tue, 27 Sep 2016 20:50:14 +0800 Subject: [PATCH] Fix devstack plugin The nimble.conf can't be generated correctly in devstack plugin process, fix the issue in plugin.sh. Change-Id: Ifcaf081eac1c8ebe0e966d83e761acab133a355a Closes-Bug: #1628082 --- devstack/plugin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack/plugin.sh b/devstack/plugin.sh index bbebe95d..f09f1b88 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -95,7 +95,7 @@ function configure_nimble { iniset ${NIMBLE_CONF_FILE} keystone region_name ${REGION_NAME} # Path of policy.json file. - iniset ${NIMBLE_CONF} oslo_policy policy_file ${NIMBLE_POLICY_FILE} + iniset ${NIMBLE_CONF_FILE} oslo_policy policy_file ${NIMBLE_POLICY_FILE} if [ "$LOG_COLOR" == "True" ] && [ "$SYSLOG" == "False" ]; then setup_colorized_logging ${NIMBLE_CONF_FILE} DEFAULT tenant user