Store sensitive configs in secret

Change-Id: I624075f96a3923b3a7fe5bc61cafed6ee13fea7e
Depends-On: Ie6a9833cdf73b076e24204d47e5898dfb24de43e
This commit is contained in:
Andrey Pavlov 2017-03-06 08:18:59 +00:00
parent e5ada4b0a0
commit bc946de444
1 changed files with 7 additions and 4 deletions

View File

@ -6,6 +6,13 @@ configs:
api_cfn_port:
cont: 8000
ingress: cloudformation
heat_endpoint_type: internalURL
debug: false
secret_configs:
heat:
db:
username: heat
password: password
@ -20,10 +27,6 @@ configs:
# it is strongly recommended don't change this value
user: heat_domain_admin
heat_endpoint_type: internalURL
debug: false
sources:
openstack/heat:
git_url: https://git.openstack.org/openstack/heat.git