From 43bedda56c8a695a7362cd0ceaa499bb58bc0020 Mon Sep 17 00:00:00 2001 From: John Griffith Date: Tue, 21 Aug 2012 15:26:15 -0600 Subject: [PATCH] Add standard extensions to cinder.conf * Set the standard extensions in the default cinder.conf file Change-Id: Ib56f38b61a7a95b313031bf60bff005b17b888c4 --- lib/cinder | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/cinder b/lib/cinder index 525b6c6e10..1bad5c00da 100644 --- a/lib/cinder +++ b/lib/cinder @@ -111,6 +111,7 @@ function configure_cinder() { 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