From c65e5c2b90d1e9accbfdb4eb04873c56aebe39d6 Mon Sep 17 00:00:00 2001 From: Elson O Rodriguez Date: Fri, 20 May 2016 12:33:13 -0700 Subject: [PATCH] Updating CentOS image, adding heat back to the required cli tools. --- cluster/openstack-heat/config-image.sh | 2 +- cluster/openstack-heat/util.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/openstack-heat/config-image.sh b/cluster/openstack-heat/config-image.sh index 41524bf17bc..b5acd842994 100644 --- a/cluster/openstack-heat/config-image.sh +++ b/cluster/openstack-heat/config-image.sh @@ -20,7 +20,7 @@ OPENSTACK_IMAGE_NAME=${OPENSTACK_IMAGE_NAME:-CentOS7} # Downloaded image name for Openstack project -IMAGE_FILE=${IMAGE_FILE:-CentOS-7-x86_64-GenericCloud-1510.qcow2} +IMAGE_FILE=${IMAGE_FILE:-CentOS-7-x86_64-GenericCloud-1604.qcow2} # Absolute path where image file is stored. IMAGE_PATH=${IMAGE_PATH:-~/Downloads/openstack} diff --git a/cluster/openstack-heat/util.sh b/cluster/openstack-heat/util.sh index 2b64a19fef7..4da025e9372 100644 --- a/cluster/openstack-heat/util.sh +++ b/cluster/openstack-heat/util.sh @@ -32,7 +32,7 @@ fi # Verify prereqs on host machine function verify-prereqs() { # Check the OpenStack command-line clients - for client in swift glance nova openstack; + for client in swift glance nova heat openstack; do if which $client >/dev/null 2>&1; then echo "${client} client installed"