diff --git a/lib/cinder b/lib/cinder index 07f82a1580..a966a4b28e 100644 --- a/lib/cinder +++ b/lib/cinder @@ -244,6 +244,7 @@ function configure_cinder { iniset $CINDER_CONF DEFAULT my_ip "$HOST_IP" iniset $CINDER_CONF key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager + iniset $CINDER_CONF key_manager fixed_key $(openssl rand -hex 16) if is_service_enabled c-vol && [[ -n "$CINDER_ENABLED_BACKENDS" ]]; then local enabled_backends=""