From fc99dc52659016596ffd3fa6713edfce37cc2807 Mon Sep 17 00:00:00 2001 From: Derek Higgins Date: Mon, 17 Aug 2015 23:55:24 +0100 Subject: [PATCH] Pin heat and neutron Pinning both heat and neutron to a version from Aug 7th when our CI jobs worked. I think a combination of regressions in both of these is causing our CI to fail. We don't currently have logs to open an informed bug as logs arn't being retrieved from the overcloud nodes we only know that the overcloud stack is timing out. Change-Id: If5852d8e4e942aaa0a2ed87cef983b8ece2aad4b --- toci_devtest.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/toci_devtest.sh b/toci_devtest.sh index b6ea75454..a926d3896 100755 --- a/toci_devtest.sh +++ b/toci_devtest.sh @@ -56,6 +56,9 @@ function pin(){ # Add temporary reverts here e.g. # temprevert +# Pin to a working version of heat and neutron +pin heat 1ac9e622675c1e167719906ddf38c32165aa31b7 1485956 +pin neutron 96d97aa03ea38ab37b59d675e3a430ab9f4f3630 1485956 TRIPLEO_DEBUG=${TRIPLEO_DEBUG:-} PRIV_SSH_KEY=$(OS_CONFIG_FILES=$TE_DATAFILE os-apply-config --key ssh-key --type raw)