|
...
|
...
|
@@ -125,6 +125,10 @@ function configure_cinder() {
|
|
125
|
125
|
iniset $CINDER_CONF DEFAULT osapi_volume_extension cinder.api.openstack.volume.contrib.standard_extensions
|
|
126
|
126
|
iniset $CINDER_CONF DEFAULT state_path $CINDER_STATE_PATH
|
|
127
|
127
|
|
|
|
128
|
+ if [ "$SYSLOG" != "False" ]; then
|
|
|
129
|
+ iniset $CINDER_CONF DEFAULT use_syslog True
|
|
|
130
|
+ fi
|
|
|
131
|
+
|
|
128
|
132
|
if is_service_enabled qpid ; then
|
|
129
|
133
|
iniset $CINDER_CONF DEFAULT rpc_backend cinder.openstack.common.rpc.impl_qpid
|
|
130
|
134
|
elif is_service_enabled zeromq; then
|