juju / charm-helpers

Apache License 2.0
18 stars 127 forks source link

[stable/antelope] Use service_domain in [service_user] section #814

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 https://github.com/juju/charm-helpers/commit/3ed0675a763a32a5ecd89c448a2b7e8e3a9f63b3)