fuel-ccp-cinder/service/files/defaults.yaml

30 lines
555 B
YAML

configs:
cinder:
api_port:
cont: 8776
ingress: volume
debug: false
username: "cinder"
password: "password"
enabled_backends: "rbd"
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://github.com/openstack/cinder.git
git_ref: stable/newton