Skip to content

Commit 3271271

Browse files
committed
Change Cinder api_class setting to backend
Castellan switched the `api_class` config option to `backend` in commit 8980bf7da55dd084ad84c84534fe937f0d43b9c0. The old setting will still be recognized for now, but we should switch to using the new, correct config option. Change-Id: I5e46c738531d5d56777e91a00f4cee9531356f2e
1 parent 4a50053 commit 3271271

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/cinder

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ function configure_cinder {
243243
iniset $CINDER_CONF DEFAULT periodic_interval $CINDER_PERIODIC_INTERVAL
244244
iniset $CINDER_CONF DEFAULT my_ip "$HOST_IP"
245245

246-
iniset $CINDER_CONF key_manager api_class cinder.keymgr.conf_key_mgr.ConfKeyManager
246+
iniset $CINDER_CONF key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager
247247

248248
if is_service_enabled c-vol && [[ -n "$CINDER_ENABLED_BACKENDS" ]]; then
249249
local enabled_backends=""

0 commit comments

Comments
 (0)