Merge "Make ansible managed line in swift.conf static"

This commit is contained in:
Jenkins 2016-06-10 17:05:33 +00:00 committed by Gerrit Code Review
commit 6ccdc9c5b2
2 changed files with 10 additions and 1 deletions

View File

@ -0,0 +1,9 @@
---
fixes:
- Previously, the ``ansible_managed`` var was being
used to insert a header into the ``swift.conf`` that
contained date/time information. This meant that
swift.conf across different nodes did not have the
same MD5SUM, causing ``swift-recon --md5`` to break.
We now insert a piece of static text instead to
resolve this issue.

View File

@ -1,4 +1,4 @@
# {{ ansible_managed }}
# Ansible managed - please don't edit this file manually
[swift-hash]
swift_hash_path_suffix = {{ swift_hash_path_suffix }}