summaryrefslogtreecommitdiff
path: root/clusters
diff options
context:
space:
mode:
authorRichard Ipsum <richard.ipsum@codethink.co.uk>2015-03-03 16:15:53 +0000
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2015-03-04 15:36:12 +0000
commitc8d0fb5ca56367483b1083cdaff9ef7cde895fb0 (patch)
treed3618a065591855614c62783d4696a17cda1d7b9 /clusters
parent613da25d75b589f6bc70a4bc0698ba958be96b1d (diff)
downloaddefinitions-c8d0fb5ca56367483b1083cdaff9ef7cde895fb0.tar.gz
CLUSTER: SWIFT_STORAGE_DEVICES is a list
TODO: please please add validation for this, user is guaranteed to typo or make syntax err which will not cause a problem till first boot of the node
Diffstat (limited to 'clusters')
-rw-r--r--clusters/openstack-cluster.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/clusters/openstack-cluster.morph b/clusters/openstack-cluster.morph
index 97035bbe..aa159bc6 100644
--- a/clusters/openstack-cluster.morph
+++ b/clusters/openstack-cluster.morph
@@ -22,7 +22,7 @@ systems:
SWIFT_PART_POWER: 10
SWIFT_REPLICAS: 3
SWIFT_MIN_PART_HOURS: 1
- SWIFT_STORAGE_DEVICES: { ip: '127.0.0.1', device: 'sdb1', weight: '100' }
+ SWIFT_STORAGE_DEVICES: [{ ip: '127.0.0.1', device: 'sdb1', weight: '100' }]
SWIFT_CONTROLLER: True
SWIFT_STORAGE: True
HOSTNAME: onenode