
Currently charts create one user that is used to get access to Keystone API to check auth tokens and other services use this user to get access to the service managed by this particular chart. So chart values must be aligned with each other. For example when we deploy Neutron we use nova service account managed by the Nova chart. The spec [1] suggests charts by default to create their own service accounts to get access to other APIs instead of using service accounts managed by other charts. [1] I12eb9341d5ff633ad4435f4938bf8c946ea388ee This commit updates the following charts - Neutron - Nova - Cinder Depends-On: I12eb9341d5ff633ad4435f4938bf8c946ea388ee Change-Id: Ic059b9bcd89084b0ccd1102ba57db7d3d1130af7
7 lines
107 B
YAML
7 lines
107 B
YAML
---
|
|
neutron:
|
|
- |
|
|
Create multiple Keystone service accounts to access to
|
|
other Openstack APIs
|
|
...
|