Store sensitive configs in secret

Change-Id: I9a0a5f2d17f7b8a5f8d2fd5e996b3758f06a8b01
Depends-On: Ie6a9833cdf73b076e24204d47e5898dfb24de43e
This commit is contained in:
Andrey Pavlov 2017-03-06 06:51:57 +00:00
parent ec31b94d6c
commit 82b17ce689
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