summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Ipsum <richard.ipsum@codethink.co.uk>2015-03-03 15:42:01 +0000
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2015-03-03 15:42:01 +0000
commitd8bbf1734e13ed5163975c7071bb497a4b1e250c (patch)
treefb74152ee634b0d3bd094e5eb9f5c5396bfd8cc0
parentcf66323b712d990bfffacafcd6ef0e33aad387d6 (diff)
downloaddefinitions-d8bbf1734e13ed5163975c7071bb497a4b1e250c.tar.gz
swift-controller.yml: Quote the dict
-rw-r--r--openstack/usr/share/openstack/swift-controller.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack/usr/share/openstack/swift-controller.yml b/openstack/usr/share/openstack/swift-controller.yml
index 14f0dbb1..9a8e44e6 100644
--- a/openstack/usr/share/openstack/swift-controller.yml
+++ b/openstack/usr/share/openstack/swift-controller.yml
@@ -37,7 +37,7 @@
- name: Add each storage node to the ring
shell: swift-ring-builder account.builder
add r1z1-{{ item.ip }}:6002/{{ item.device}} {{ item.weight }}
- with_items: {{ SWIFT_STORAGE_DEVICES }}
+ with_items: "{{ SWIFT_STORAGE_DEVICES }}"
- name: Rebalance the ring
shell: swift-ring-builder account.builder rebalance