Merge "Store sensitive configs in secret"

This commit is contained in:
Jenkins 2017-03-10 10:05:30 +00:00 committed by Gerrit Code Review
commit d79f2e5a1c
1 changed files with 13 additions and 10 deletions

View File

@ -7,21 +7,11 @@ configs:
ingress: image
registry_port:
cont: 9191
db:
username: glance
password: password
name: glance
user: glance
password: password
debug: false
ceph:
enable: false
key: "Changeme"
username: "glance"
pool_name: "images"
swift:
enable: false
@ -36,6 +26,19 @@ configs:
disk_format: qcow2
name: cirros
secret_configs:
glance:
db:
username: glance
password: password
name: glance
user: glance
password: password
ceph:
key: "Changeme"
username: "glance"
pool_name: "images"
sources:
openstack/glance:
git_url: https://git.openstack.org/openstack/glance.git