Update to use new stevedore backend option

Depends-On: I87926d6c95ac82b6f74c263c7441614f80348c1e
Change-Id: Ic31870a1aa458d283dcd6bfc4eeb2ad73832c8fa
This commit is contained in:
Kaitlin Farr 2017-09-26 09:17:33 -04:00 committed by Brianna Poulos
parent 662e2b11a6
commit 2fefb2d447
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ function configure_core_services {
fi
if is_service_enabled c-vol; then
iniset $CINDER_CONF key_manager backend 'castellan.key_manager.barbican_key_manager.BarbicanKeyManager'
iniset $CINDER_CONF key_manager backend 'barbican'
fi
if is_service_enabled g-api; then