diff --git a/templates/glance/config/00-config.conf b/templates/glance/config/00-config.conf index 50fc7de1..5804c863 100644 --- a/templates/glance/config/00-config.conf +++ b/templates/glance/config/00-config.conf @@ -36,6 +36,13 @@ use_keystone_limits = {{ .QuotaEnabled }} [oslo_limit] password = {{ .ServicePassword }} +[key_manager] +backend = barbican + +[barbican] +auth_endpoint={{ .KeystoneInternalURL }} +barbican_endpoint_type=internal + [database] connection = {{ .DatabaseConnection }} max_retries = -1