Adds OpenStack Clients to Heat Template

Previously, Kolla nodes deployed using the Heat template did not
contain OpenStack clients. This patch adds the OpenStack client
packages.

Change-Id: I72a4db1e4edc7350adf5b302955d39182cc58a58
This commit is contained in:
Daneyon Hansen 2015-04-15 01:37:23 +00:00
parent aa5dba96da
commit 2079e44300

@ -184,6 +184,11 @@ resources:
systemctl enable ntpd
systemctl start ntpd
# Install OpenStack Clients
yum install -y python-keystoneclient python-glanceclient \
python-novaclient python-cinderclient \
python-neutronclient python-heatclient
# Send the CFN signal
cfn-signal -e0 --data 'OK' -r 'Setup complete' '$WAIT_HANDLE'
params: