Add standard extensions to cinder.conf
* Set the standard extensions in the default cinder.conf file
Change-Id: Ib56f38b61a7a95b313031bf60bff005b17b888c4
diff --git a/lib/cinder b/lib/cinder
index 525b6c6..1bad5c0 100644
--- a/lib/cinder
+++ b/lib/cinder
@@ -111,6 +111,7 @@
iniset $CINDER_CONF DEFAULT sql_connection $BASE_SQL_CONN/cinder?charset=utf8
iniset $CINDER_CONF DEFAULT api_paste_config $CINDER_API_PASTE_INI
iniset $CINDER_CONF DEFAULT root_helper "sudo ${CINDER_ROOTWRAP}"
+ iniset $CINDER_CONF DEFAULT osapi_volume_extension cinder.api.openstack.volume.contrib.standard_extensions
if is_service_enabled qpid ; then
iniset $CINDER_CONF DEFAULT rpc_backend cinder.openstack.common.rpc.impl_qpid