Skip to content
Snippets Groups Projects
Commit 40a17b55 authored by Qiu Yu's avatar Qiu Yu
Browse files

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
parent 06b16d57
No related branches found
No related tags found
No related merge requests found
......@@ -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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment