Merge "Store sensitive configs in secret"

This commit is contained in:
Jenkins 2017-03-10 10:05:45 +00:00 committed by Gerrit Code Review
commit 1907e25213
1 changed files with 7 additions and 4 deletions

View File

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