]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
openstack: resource hint must contain an array
authorLoic Dachary <ldachary@redhat.com>
Thu, 22 Oct 2015 23:02:27 +0000 (01:02 +0200)
committerLoic Dachary <ldachary@redhat.com>
Thu, 22 Oct 2015 23:04:19 +0000 (01:04 +0200)
Signed-off-by: Loic Dachary <ldachary@redhat.com>
suites/ceph-disk/basic/tasks/ceph-disk.yaml

index 45081aa122d7d2251169bd8306a96d4939a59c6f..b7655a2fc541d48991838ae01fd1db41467fea1f 100644 (file)
@@ -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: