From 2c15c566066c5a36dcec972b5eb151df7e83d4cb Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Tue, 19 Dec 2017 22:08:37 +0100 Subject: Pin os_heat role to the version with working policy Upstream change modifying policy.json results in failures with several heat test case failures with functest healthcheck. https://review.openstack.org/#/c/526306/ Using the policy.json from the earlier commit seems to solve the failures which is this https://git.openstack.org/cgit/openstack/openstack-ansible-os_heat/commit/?id=0b3eb9348d55d6b1cf077a2c45b297f9a1be730d Change-Id: Iaac0911e73743d1b628cc8d4abe460a0a2a66a84 Signed-off-by: Fatih Degirmenci --- xci/file/ansible-role-requirements.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xci/file/ansible-role-requirements.yml b/xci/file/ansible-role-requirements.yml index 8f166a07..90e40d5f 100644 --- a/xci/file/ansible-role-requirements.yml +++ b/xci/file/ansible-role-requirements.yml @@ -96,7 +96,7 @@ - name: os_heat scm: git src: https://git.openstack.org/openstack/openstack-ansible-os_heat - version: 8fcd29197797eef409254605f0ce73ef8d1bda6b + version: 0b3eb9348d55d6b1cf077a2c45b297f9a1be730d - name: os_horizon scm: git src: https://git.openstack.org/openstack/openstack-ansible-os_horizon -- cgit 1.2.3-korg