juju / charm-helpers

Apache License 2.0
18 stars 127 forks source link

Use in service_domain in [service_user] section #813

Closed coreycb closed 1 year ago

coreycb commented 1 year ago

The keystone charm currently creates two service users, one for the service domain (for v3 authentication), and the other for the default domain (for v2 authentication).

This patch updates the [service_user] config to use the service domain.

Closes-Bug: #2026202