Store sensitive configs in secret

Change-Id: Ic0388ca9645ac0b9447ae0202e23eb1e29cc1efc
Depends-On: Ie6a9833cdf73b076e24204d47e5898dfb24de43e
This commit is contained in:
Andrey Pavlov 2017-03-06 08:22:18 +00:00
parent 7c4c53fd76
commit f87529ada8
1 changed files with 8 additions and 5 deletions

View File

@ -3,6 +3,14 @@ configs:
api_port:
cont: 8082
ingress: application-catalog
debug: false
networking:
dns: 8.8.8.8
secret_configs:
murano:
db:
username: murano
password: password
@ -11,11 +19,6 @@ configs:
username: murano
password: murano
debug: false
networking:
dns: 8.8.8.8
sources:
openstack/murano:
git_url: https://git.openstack.org/openstack/murano.git