openstack-ansible/releasenotes/notes/swift-conf-b8dd5e1199f8e4a8.yaml
Jesse Pretorius dcfdc9321e Fix role SHA's for Newton-2 release
Change-Id: Ifc614c23a03b216c63891abc2821d6fefe4bcf52
2016-07-27 10:59:57 +00:00

10 lines
363 B
YAML

---
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.