Merge "Correct os-cinder-install task serialisation"

This commit is contained in:
Zuul 2019-05-27 12:49:20 +00:00 committed by Gerrit Code Review
commit c012df25ab

View File

@ -25,7 +25,7 @@
include: common-playbooks/cinder.yml
vars:
cinder_hosts: "cinder_volume:!cinder_scheduler:!cinder_api"
cinder_serial: "{{ cinder_backend_serial | default('1', '100%') }}"
cinder_serial: "{{ cinder_backend_serial | default(['1', '100%']) }}"