From c0ca672ffeb45efa2f6546af2e8dfc7869df2601 Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Wed, 30 Aug 2017 22:47:55 +0200 Subject: keepalived: Bring in the fix for iteritems for python3 This change moves the keepalived role version to commit b13e08 in order to bring the fix applied in upstream, switching from iteritems to items for python3. [1] The flavor ha is enabled back due to incorporating the fix to xci and the note in README.rst is removed as well. https://github.com/evrardjp/ansible-keepalived/commit/b13e0840b09154a6d2470f71fea8eaa968525c5b Change-Id: I6e03f579f1107475f4b4adf54699fc4f924beec3 Signed-off-by: Fatih Degirmenci --- xci/file/ansible-role-requirements.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xci/file') diff --git a/xci/file/ansible-role-requirements.yml b/xci/file/ansible-role-requirements.yml index efca0fbf..6bf7b3cc 100644 --- a/xci/file/ansible-role-requirements.yml +++ b/xci/file/ansible-role-requirements.yml @@ -40,7 +40,7 @@ - name: keepalived scm: git src: https://github.com/evrardjp/ansible-keepalived - version: 3.0.1 + version: b13e0840b09154a6d2470f71fea8eaa968525c5b - name: lxc_container_create scm: git src: https://git.openstack.org/openstack/openstack-ansible-lxc_container_create -- cgit 1.2.3-korg