keystone pod needs KEYSTONE_DB_PASSWORD
if we want to be able to run multiple keystone container instances, the password cannot be generated as part of the container boot process; it must be passed it as part of the pod template. Change-Id: Idd1b50b6bdb3788eec316bf22fb954f5ecbaa4be
This commit is contained in:
parent
270826f662
commit
ecdd5e1c8e
@ -2,6 +2,8 @@ desiredState:
|
||||
manifest:
|
||||
containers:
|
||||
- env:
|
||||
- name: KEYSTONE_DB_PASSWORD
|
||||
value: password
|
||||
- name: DB_ROOT_PASSWORD
|
||||
value: password
|
||||
- name: KEYSTONE_ADMIN_TOKEN
|
||||
|
Loading…
x
Reference in New Issue
Block a user