From bc946de444815317762dfb025fa53927187451a3 Mon Sep 17 00:00:00 2001 From: Andrey Pavlov Date: Mon, 6 Mar 2017 08:18:59 +0000 Subject: [PATCH] Store sensitive configs in secret Change-Id: I624075f96a3923b3a7fe5bc61cafed6ee13fea7e Depends-On: Ie6a9833cdf73b076e24204d47e5898dfb24de43e --- service/files/defaults.yaml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/service/files/defaults.yaml b/service/files/defaults.yaml index 6f55216..b8f7356 100644 --- a/service/files/defaults.yaml +++ b/service/files/defaults.yaml @@ -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