"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:
parent
aa82107e7b
commit
6e2ffd5c01
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user