summaryrefslogtreecommitdiff
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-03 16:15:53 +0000
commita88eb0e729049acffdde90a7fdce1dad93caabfa (patch)
treed0d9444f26c2781427e56664c4b2d10e05473fb9
parent0989cb5ab27a7ac24cb1c737037520032543673c (diff)
downloaddefinitions-a88eb0e729049acffdde90a7fdce1dad93caabfa.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
-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