From a813a85277f2f504e64f6ccec3fd3026cb0092b2 Mon Sep 17 00:00:00 2001 From: Richard Ipsum Date: Tue, 3 Mar 2015 16:42:39 +0000 Subject: Transfer ring into /etc/swift this is a bit of a hack and will only work for one node configs --- openstack/usr/share/openstack/swift-controller.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openstack/usr/share/openstack/swift-controller.yml b/openstack/usr/share/openstack/swift-controller.yml index 3a09396e..1101eccd 100644 --- a/openstack/usr/share/openstack/swift-controller.yml +++ b/openstack/usr/share/openstack/swift-controller.yml @@ -41,3 +41,6 @@ - name: Rebalance the ring shell: swift-ring-builder account.builder rebalance + + - name: Transfer ring to /etc/swift on each node + shell: cp account.builder /etc/swift -- cgit v1.2.1