From 8dd918c59e630cc9e7be87b8eb35aa12079e3693 Mon Sep 17 00:00:00 2001 From: Kaitlin Farr Date: Tue, 24 Oct 2017 09:34:03 -0400 Subject: [PATCH] Update nova api_class setting to backend Castellan switches the `api_class` config option to `backend`. The change is still backwards compatible with the old `api_class` setting, but cinder already updated to use the new option (see I5e46c738531d5d56777e91a00f4cee9531356f2e) and it is better to use the new setting. Change-Id: Ib609c82e7076d19676baaf4f08abd79ea11db0e3 --- lib/nova | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/nova b/lib/nova index c40c43af6c..db88474f55 100644 --- a/lib/nova +++ b/lib/nova @@ -424,7 +424,7 @@ function create_nova_conf { iniset $NOVA_CONF DEFAULT osapi_compute_listen "$NOVA_SERVICE_LISTEN_ADDRESS" iniset $NOVA_CONF DEFAULT metadata_listen "$NOVA_SERVICE_LISTEN_ADDRESS" - iniset $NOVA_CONF key_manager api_class nova.keymgr.conf_key_mgr.ConfKeyManager + iniset $NOVA_CONF key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager if is_fedora || is_suse; then # nova defaults to /usr/local/bin, but fedora and suse pip like to