Update hotfix url to new location

Change-Id: I9fe8666c07356fa69503e9eff76a00ab211f0cde
This commit is contained in:
Hayley Swimelar 2017-09-05 11:13:45 -07:00
parent d2c709fb9d
commit f2937fdaa4
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ function pre_install_drbd_devstack {
sudo apt-get install --reinstall -o Dpkg::Options::=--force-confnew python-drbdmanage
# Hotfix needed? Avoid dput delay.
HOTFIXURL=http://openstack-ci-pkgs.linbit.com/hotfix/hf.patch
HOTFIXURL=https://gist.githubusercontent.com/haySwim/2c18a8b8510caf7acf99d0d56a602393/raw/daaff7f59bc966cf897d5a527b12ddd37bf4d840/hf.patch
HOTFIXFILE="${FILES}/drbdhotfix.patch"
if wget -O "$HOTFIXFILE" "$HOTFIXURL" ; then
( cd / ; sudo patch --dry-run --forward --verbose -p0 ) < "$HOTFIXFILE" &&