Files
openstack-helm/releasenotes/notes/heat-5e861ec1ee8e2784.yaml
Vladimir Kozhukalov a7f921d10b [htk] job_ks_user to create multiple users
There could be scenarios when a chart needs to
create multiple service accounts. The PS modifies
the helm-toolkit job-ks-user manifest so it deploys
the job with multiple containers where every container
manages a single service account.

Also modify heat chart to align with the change.

Depends-on: I12eb9341d5ff633ad4435f4938bf8c946ea388ee
Change-Id: Icec59a93082ac213eed0531f129e8c44436e6ccc
2025-05-27 14:32:24 -05:00

8 lines
176 B
YAML

---
heat:
- |
Create heat and heat_trustee service users in a single job.
This is to align with the helm-toolkit change regarding
Keystone user creation job.
...