Merge "Allow to use multiple backends"

This commit is contained in:
Jenkins 2017-02-22 13:20:06 +00:00 committed by Gerrit Code Review
commit b752f8b37c
2 changed files with 3 additions and 2 deletions

View File

@ -7,7 +7,7 @@ volume_name_template = volume-%s
os_region_name = RegionOne
enabled_backends = {{ cinder.enabled_backends }}
enabled_backends = {{ cinder.enabled_backends | join(",") }}
{% if cinder.tls.enabled %}
osapi_volume_listen = 127.0.0.1

View File

@ -8,7 +8,8 @@ configs:
debug: false
username: "cinder"
password: "password"
enabled_backends: "rbd"
enabled_backends:
- rbd
db:
name: "cinder"