summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Ipsum <richard.ipsum@codethink.co.uk>2015-03-09 10:38:04 +0000
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2015-03-09 10:38:04 +0000
commit914d706acbbe08e35353fbbe7316c5f94ed323b0 (patch)
treede1276e43b9de344063f4767bc65883f7d3818d0
parentd8b6ff6180208280e5511b141cadf9076dc051fb (diff)
downloaddefinitions-914d706acbbe08e35353fbbe7316c5f94ed323b0.tar.gz
CLUSTER: fix swift storage device to sdb
-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 850cdc90..544559d8 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: 'sdb', weight: '100' }]
FSTAB_SDB: /dev/sdb /srv/node/sdb xfs defaults,user,rw 0 0
ATTACH_DISKS: /dev/froufroufox/swiftstack_sdb1
SWIFT_CONTROLLER: True