From: Loic Dachary Date: Thu, 22 Oct 2015 23:02:27 +0000 (+0200) Subject: openstack: resource hint must contain an array X-Git-Tag: v10.2.6~165^2^2~303^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5eaf118eedccf89c81c192d73c0e7796e1f8658f;p=ceph.git openstack: resource hint must contain an array Signed-off-by: Loic Dachary --- diff --git a/suites/ceph-disk/basic/tasks/ceph-disk.yaml b/suites/ceph-disk/basic/tasks/ceph-disk.yaml index 45081aa122d7..b7655a2fc541 100644 --- a/suites/ceph-disk/basic/tasks/ceph-disk.yaml +++ b/suites/ceph-disk/basic/tasks/ceph-disk.yaml @@ -4,13 +4,13 @@ roles: - - osd.0 - osd.1 openstack: - machine: - disk: 20 # GB - ram: 2000 # MB - cpus: 1 - volumes: # attached to each instance - count: 3 - size: 10 # GB + - machine: + disk: 20 # GB + ram: 2000 # MB + cpus: 1 + volumes: # attached to each instance + count: 3 + size: 10 # GB tasks: - install: - ceph: