juju / charm-helpers

Apache License 2.0
18 stars 127 forks source link

[stable/zed] Use service_domain in [service_user] section #815

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 (cherry picked from commit 3ed0675a763a32a5ecd89c448a2b7e8e3a9f63b3)