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
This commit is contained in:
parent
1af3003e16
commit
2820fcc1d6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user