From c6ee569ae12af320ec9b8dffdc8937e860cad048 Mon Sep 17 00:00:00 2001 From: Richard Ipsum Date: Tue, 3 Mar 2015 17:08:13 +0000 Subject: swift-controller.yml: We apparently don't need {{ }} here --- openstack/usr/share/openstack/swift-controller.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstack/usr/share/openstack/swift-controller.yml b/openstack/usr/share/openstack/swift-controller.yml index 272f0b50..41e3d344 100644 --- a/openstack/usr/share/openstack/swift-controller.yml +++ b/openstack/usr/share/openstack/swift-controller.yml @@ -41,7 +41,7 @@ add r1z1-{{ item[1].ip }}:6002/{{ item[1].device }} {{ item[1].weight }} with_nested: - rings - - "{{ SWIFT_STORAGE_DEVICES }}" + - SWIFT_STORAGE_DEVICES - name: Rebalance the ring shell: swift-ring-builder {{ item }}.builder rebalance -- cgit v1.2.1