"lock_path" from group "DEFAULT" is deprecated.

Option "lock_path" from group "DEFAULT" is deprecated. Use option
"lock_path" from group "oslo_concurrency".

Change-Id: I306c8d909bc54dc6c6eb127a4a86d74dafd62236
Closes-Bug: #1528744
This commit is contained in:
Hua Wang 2015-12-23 12:04:16 +08:00
parent aa82107e7b
commit 6e2ffd5c01
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ function create_magnum_conf {
if [ -n "$MAGNUM_STATE_PATH" ]; then
iniset $MAGNUM_CONF DEFAULT state_path "$MAGNUM_STATE_PATH"
iniset $MAGNUM_CONF DEFAULT lock_path "$MAGNUM_STATE_PATH"
iniset $MAGNUM_CONF oslo_concurrency lock_path "$MAGNUM_STATE_PATH"
fi
if [ "$SYSLOG" != "False" ]; then