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
This commit is contained in:
2
lib/nova
2
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
|
||||
|
||||
Reference in New Issue
Block a user