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:
Lars Kellogg-Stedman 2014-10-10 13:27:22 -04:00
parent 270826f662
commit ecdd5e1c8e

View File

@ -2,6 +2,8 @@ desiredState:
manifest:
containers:
- env:
- name: KEYSTONE_DB_PASSWORD
value: password
- name: DB_ROOT_PASSWORD
value: password
- name: KEYSTONE_ADMIN_TOKEN