Store sensitive configs in secret

Change-Id: I374c3f8fa2956a8ab54890acdca23d49e6ee6792
Depends-On: Ie6a9833cdf73b076e24204d47e5898dfb24de43e
This commit is contained in:
Andrey Pavlov 2017-03-06 08:30:13 +00:00
parent e26e52e2a8
commit ff04f07960
1 changed files with 4 additions and 1 deletions

View File

@ -5,13 +5,16 @@ configs:
port: port:
cont: 80 cont: 80
ingress: horizon ingress: horizon
secret_key: secret
images_upload_mode: legacy images_upload_mode: legacy
wsgi: wsgi:
processes: 6 processes: 6
threads: 15 threads: 15
secret_configs:
horizon:
secret_key: secret
sources: sources:
openstack/horizon: openstack/horizon:
git_url: https://git.openstack.org/openstack/horizon.git git_url: https://git.openstack.org/openstack/horizon.git