[new][openstackansible] openstack-ansible-os_swift 13.2.0 release
We are content to announce the release of: openstack-ansible-os_swift 13.2.0: os_swift for OpenStack Ansible For more details, please see below. 13.2.0 ^^^^^^ Bug 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. Changes in openstack-ansible-os_swift 13.1.3..13.2.0 ---------------------------------------------------- 23447a8 Pin test-requirements to match OpenStack requirements fb102b5 Make ansible managed line in swift.conf static 54cf185 Adding missing / to swift rabbit connection string Diffstat (except docs and test files) ------------------------------------- releasenotes/notes/swift-conf-b8dd5e1199f8e4a8.yaml | 9 +++++++++ templates/proxy-server.conf.j2 | 2 +- templates/swift.conf.j2 | 2 +- test-requirements.txt | 8 ++++---- 4 files changed, 15 insertions(+), 6 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index a6cce40..a45faa5 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,2 +3,2 @@ ansible>=1.9.1,<2.0.0,!=1.9.6 -bashate -flake8 +bashate==0.4.0 +flake8>2.4.1,<2.6.0 @@ -7,2 +7,2 @@ flake8 -sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 -oslosphinx>=2.5.0 # Apache-2.0 +sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 # BSD +oslosphinx>=2.5.0,!=3.4.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org