Option "lock_path" from group "DEFAULT" is deprecated. Use option
"lock_path" from group "oslo_concurrency".
Change-Id: I7c7501a4a351155eeba77bb7cd43c8d6f5ea73bc
| ... | ... |
@@ -130,7 +130,7 @@ function configure_glance {
|
| 130 | 130 |
iniset $GLANCE_API_CONF database connection $dburl |
| 131 | 131 |
iniset $GLANCE_API_CONF DEFAULT use_syslog $SYSLOG |
| 132 | 132 |
iniset $GLANCE_API_CONF DEFAULT image_cache_dir $GLANCE_CACHE_DIR/ |
| 133 |
- iniset $GLANCE_API_CONF DEFAULT lock_path $GLANCE_LOCK_DIR |
|
| 133 |
+ iniset $GLANCE_API_CONF oslo_concurrency lock_path $GLANCE_LOCK_DIR |
|
| 134 | 134 |
iniset $GLANCE_API_CONF paste_deploy flavor keystone+cachemanagement |
| 135 | 135 |
configure_auth_token_middleware $GLANCE_API_CONF glance $GLANCE_AUTH_CACHE_DIR/api |
| 136 | 136 |
iniset $GLANCE_API_CONF oslo_messaging_notifications driver messagingv2 |