* Set the standard extensions in the default cinder.conf file
Change-Id: Ib56f38b61a7a95b313031bf60bff005b17b888c4
| ... | ... |
@@ -111,6 +111,7 @@ function configure_cinder() {
|
| 111 | 111 |
iniset $CINDER_CONF DEFAULT sql_connection $BASE_SQL_CONN/cinder?charset=utf8 |
| 112 | 112 |
iniset $CINDER_CONF DEFAULT api_paste_config $CINDER_API_PASTE_INI |
| 113 | 113 |
iniset $CINDER_CONF DEFAULT root_helper "sudo ${CINDER_ROOTWRAP}"
|
| 114 |
+ iniset $CINDER_CONF DEFAULT osapi_volume_extension cinder.api.openstack.volume.contrib.standard_extensions |
|
| 114 | 115 |
|
| 115 | 116 |
if is_service_enabled qpid ; then |
| 116 | 117 |
iniset $CINDER_CONF DEFAULT rpc_backend cinder.openstack.common.rpc.impl_qpid |