From 2820fcc1d6f0b48e9d25a6bdf5f78d629efb1f0c Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Tue, 20 Jun 2023 15:09:17 +0100 Subject: [PATCH] Use v3 service type in keystone_authtoken config The service type in this config section must match the service type in the service catalog, otherwise limited scope application credentials will not work with the cinder API [1]. [1] https://docs.openstack.org/keystone/2023.1/user/application_credentials.html#access-rules Change-Id: I711241af8f7520b97f2b1cafd1406ff705fb78a6 --- templates/cinder.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/cinder.conf.j2 b/templates/cinder.conf.j2 index d28764a7..0eaea1d0 100644 --- a/templates/cinder.conf.j2 +++ b/templates/cinder.conf.j2 @@ -176,7 +176,7 @@ memcache_secret_key = {{ memcached_encryption_key }} service_token_roles_required = {{ cinder_service_token_roles_required | bool }} service_token_roles = {{ cinder_service_token_roles | join(',') }} -service_type = {{ cinder_service_type }} +service_type = {{ cinder_service_v3_type }} [nova] interface = internal