From 5eaf118eedccf89c81c192d73c0e7796e1f8658f Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Fri, 23 Oct 2015 01:02:27 +0200 Subject: [PATCH] openstack: resource hint must contain an array Signed-off-by: Loic Dachary --- suites/ceph-disk/basic/tasks/ceph-disk.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/suites/ceph-disk/basic/tasks/ceph-disk.yaml b/suites/ceph-disk/basic/tasks/ceph-disk.yaml index 45081aa122d7d..b7655a2fc541d 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: -- 2.39.5