Fix swift.conf.j2 so that merge_configs can recognize

This change fixes the problem that `swift_hash_path_suffix` and
`swift_hash_path_prefix` not picked up because of the relative path
merge_configs can not recognize.

Change-Id: I4d93269babe71e51ba7949b719f753c1e1b34e3c
Closes-Bug: #1537331
This commit is contained in:
Qiu Yu 2016-01-23 01:16:10 -07:00
parent 71d2b7efdb
commit 654fe9e585

@ -48,7 +48,7 @@
vars:
service_name: "swift-{{ item }}"
sources:
- "roles/swift/templates/swift.conf.j2"
- "{{ role_path }}/templates/swift.conf.j2"
- "/etc/kolla/config/global.conf"
- "/etc/kolla/config/swift.conf"
- "/etc/kolla/config/swift/{{ item }}.conf"