Merge "Store sensitive configs in secret"

This commit is contained in:
Jenkins 2017-03-10 10:04:39 +00:00 committed by Gerrit Code Review
commit aa774224d7
1 changed files with 12 additions and 7 deletions

View File

@ -6,26 +6,31 @@ configs:
cont: 8776
ingress: volume
debug: false
username: "cinder"
password: "password"
enabled_backends:
- rbd
ceph:
enable: false
pool_name: "volumes"
backup_pool_name: "backups"
backup_driver: ceph
secret_configs:
cinder:
username: "cinder"
password: "password"
db:
name: "cinder"
username: "cinder"
password: "password"
ceph:
enable: false
key: "Changeme"
username: "cinder"
pool_name: "volumes"
backup_pool_name: "backups"
rbd_secret_uuid: "Changeme"
backup_driver: ceph
sources:
openstack/cinder:
git_url: https://git.openstack.org/openstack/cinder.git