We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0751163 commit cfd8149Copy full SHA for cfd8149
01_install_requirements.sh
@@ -55,10 +55,9 @@ fi
55
cd $SCRIPTDIR
56
cp -rv /usr/share/openstack-tripleo-heat-templates ./tripleo-heat-templates
57
58
-# Patch to make octavia work in standalone:
59
-pushd tripleo-heat-templates
60
-git init
61
-popd
+# Download amphora image for octavia:
+sudo mkdir /usr/share/openstack-octavia-amphora-images/
+sudo curl -o /usr/share/openstack-octavia-amphora-images/amphora-x64-haproxy.qcow2 http://images.rdoproject.org/octavia/master/amphora-x64-haproxy-centos.qcow2
62
63
# Set hostname properly.
64
HOSTNAME=`host $LOCAL_IP | cut -f 5 -d ' ' | sed s/.$//`
0 commit comments