scottslowe-learning-tools/openstack/cli/config.sh
Scott Lowe 43ab5524a2
Reorganize repository contents
Move contents into new folder structure based on primary technology

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
2017-02-23 16:12:37 -07: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