Update ring builder filenames in Swift config

Update Swift config playbook to use correct name of Swift ring
builer file. Those are the names generated if one follows document in
doc/swift-guide.rst

TrivialFix

Change-Id: If1d713e3cccc851ef6f2cc3cb5a736b43fa26957
This commit is contained in:
Qiu Yu 2016-01-23 01:20:08 -07:00
parent 06b16d577d
commit 40a17b559e

View File

@ -141,9 +141,9 @@
dest: "{{ node_config_directory }}/swift/{{ item }}"
backup: yes
with_items:
- "account.ring"
- "account.builder"
- "account.ring.gz"
- "container.builder"
- "container.ring.gz"
- "container.ring"
- "object.ring"
- "object.builder"
- "object.ring.gz"