Skip to content

Commit cfd8149

Browse files
trownflaper87
trown
authored andcommitted
Download amphora image for octavia
1 parent 0751163 commit cfd8149

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

01_install_requirements.sh

+3-4
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,9 @@ fi
5555
cd $SCRIPTDIR
5656
cp -rv /usr/share/openstack-tripleo-heat-templates ./tripleo-heat-templates
5757

58-
# Patch to make octavia work in standalone:
59-
pushd tripleo-heat-templates
60-
git init
61-
popd
58+
# Download amphora image for octavia:
59+
sudo mkdir /usr/share/openstack-octavia-amphora-images/
60+
sudo curl -o /usr/share/openstack-octavia-amphora-images/amphora-x64-haproxy.qcow2 http://images.rdoproject.org/octavia/master/amphora-x64-haproxy-centos.qcow2
6261

6362
# Set hostname properly.
6463
HOSTNAME=`host $LOCAL_IP | cut -f 5 -d ' ' | sed s/.$//`

0 commit comments

Comments
 (0)