Adds curl installation before using it

In case the genesis VM doesn't already have curl, this will install
curl before the heat script tries to use it.

Change-Id: I0af5d4af23392f0599877689fa8bea6475aea813
This commit is contained in:
Bryan Strassner 2018-07-09 09:15:47 -05:00
parent 01c043a611
commit 96969376ab
1 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,9 @@
set -e
# Install curl if it's not already installed
apt -y install --no-install-recommends curl
# Copy run_openstack_cli and openstack_cli_docker_base_command script to dev_single_node directory
cp /root/deploy/airship-in-a-bottle/tools/run_openstack_cli.sh /root/deploy/airship-in-a-bottle/manifests/dev_single_node/
cp /root/deploy/airship-in-a-bottle/tools/openstack_cli_docker_base_command.sh /root/deploy/airship-in-a-bottle/manifests/dev_single_node/