From a88eb0e729049acffdde90a7fdce1dad93caabfa Mon Sep 17 00:00:00 2001 From: Richard Ipsum Date: Tue, 3 Mar 2015 16:15:53 +0000 Subject: 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 --- clusters/openstack-cluster.morph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1