Allow to use multiple backends

Change-Id: I3194e947e6825d1029e1fa7d37ff40df70afa39e
This commit is contained in:
Sergey Reshetnyak 2017-02-21 16:08:02 +03:00
parent 035c264daf
commit b493378d84
2 changed files with 3 additions and 2 deletions

View File

@ -12,7 +12,7 @@ glance_api_version = 2
os_region_name = RegionOne
enabled_backends = {{ cinder.enabled_backends }}
enabled_backends = {{ cinder.enabled_backends | join(",") }}
osapi_volume_listen = {{ network_topology["private"]["address"] }}
osapi_volume_listen_port = {{ cinder.api_port.cont }}

View File

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