Merge "Adds OpenStack Clients to Heat Template"

This commit is contained in:
Jenkins 2015-04-16 01:55:49 +00:00 committed by Gerrit Code Review
commit b3bee1b927

View File

@ -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: