Use an empty file to be the conf file base

It is hard to read a conf file based on the config file sample with many
commented out lines about config help descriptions.

Change-Id: I644e87af620dda8a349a67e23bad05cbb3e3826a
This commit is contained in:
liusheng 2016-11-30 16:52:32 +08:00
parent f0f84ac2dd
commit 99bb0b01e7
1 changed files with 0 additions and 2 deletions

View File

@ -51,8 +51,6 @@ function mkdir_chown_stack {
function configure_nimble {
mkdir_chown_stack "${NIMBLE_CONF_DIR}"
# Generate Nimble configuration file and configure common parameters.
oslo-config-generator --config-file ${NIMBLE_DIR}/tools/config/nimble-config-generator.conf --output-file ${NIMBLE_CONF_FILE}
iniset ${NIMBLE_CONF_FILE} DEFAULT debug ${NIMBLE_DEBUG}
NIMBLE_POLICY_FILE=${NIMBLE_CONF_DIR}/policy.json