Updates the Cinder config file to use the new extension
loader location.
Change-Id: I515e16e00b54c69ae3c09e64841818eb4a9c8f73
| ... | ... |
@@ -172,7 +172,7 @@ function configure_cinder() {
|
| 172 | 172 |
iniset $CINDER_CONF DEFAULT sql_connection $dburl |
| 173 | 173 |
iniset $CINDER_CONF DEFAULT api_paste_config $CINDER_API_PASTE_INI |
| 174 | 174 |
iniset $CINDER_CONF DEFAULT root_helper "sudo ${CINDER_ROOTWRAP}"
|
| 175 |
- iniset $CINDER_CONF DEFAULT osapi_volume_extension cinder.api.openstack.volume.contrib.standard_extensions |
|
| 175 |
+ iniset $CINDER_CONF DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions |
|
| 176 | 176 |
iniset $CINDER_CONF DEFAULT state_path $CINDER_STATE_PATH |
| 177 | 177 |
|
| 178 | 178 |
if is_service_enabled tls-proxy; then |