scottslowe-learning-tools/openstack-cli/config.sh
Scott Lowe fddec44007 Add final versions of support files
Add final versions of Vagrantfile, configuration script, file with
credentials, and YAML file with VM details.
2015-03-10 21:48:35 -06:00

10 lines
206 B
Bash

#!/bin/bash
# Update package lists
sudo apt-get update
# Install necessary packages
sudo apt-get -y install python-pip python-dev
# Install OpenStack Client (OSC)
sudo pip install python-openstackclient