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
This commit is contained in:
Rui Chen 2016-09-27 20:50:14 +08:00
parent 834fe28b60
commit 173006f85a
1 changed files with 1 additions and 1 deletions

View File

@ -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