Skip to content

Commit 55c7ebb

Browse files
author
Jamie Lennox
committed
Use new cafile option in nova cinder options
ca_certificate_file is deprecated in favour of using the standard options from keystoneclient session. Change-Id: I611da719fb3a95d0a9c2f6ad43e2c083ea7d6862
1 parent db3225c commit 55c7ebb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/nova

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ function create_nova_conf {
459459
CINDER_SERVICE_HOST=${CINDER_SERVICE_HOST:-$SERVICE_HOST}
460460
CINDER_SERVICE_PORT=${CINDER_SERVICE_PORT:-8776}
461461
iniset $NOVA_CONF cinder endpoint_template "https://$CINDER_SERVICE_HOST:$CINDER_SERVICE_PORT/v1/%(project_id)s"
462-
iniset $NOVA_CONF cinder ca_certificates_file $SSL_BUNDLE_FILE
462+
iniset $NOVA_CONF cinder cafile $SSL_BUNDLE_FILE
463463
fi
464464
fi
465465

0 commit comments

Comments
 (0)