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
This commit is contained in:
Derek Higgins 2015-08-17 23:55:24 +01:00
parent 45c66faa1e
commit fc99dc5265
1 changed files with 3 additions and 0 deletions

View File

@ -56,6 +56,9 @@ function pin(){
# Add temporary reverts here e.g.
# temprevert <projectname> <commit-hash-to-revert> <bugnumber>
# 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)