valet/devstack/stack-valet-python-install.sh
Cliff Parsons bac30ca8a7 Valet Devstack Plugin
This commit contains the scripts for the Valet Devstack
plugin. The plugin.sh file is the entry point into the
plugin. These scripts provide the "stack", "unstack" and
"clean" capabilities.

Task: #4591
Story: #2001035

Change-Id: Ib7ec301802bb05969ebc83d060823c0bb8146f53
2017-06-20 16:19:23 -05:00

20 lines
458 B
Bash
Executable File

#!/usr/bin/env bash
#Python Package installation in venv
#===================================
pip install daemon
pip install pyparsing
pip install requests
pip install python-daemon
pip install simplejson
pip install pika
pip install python-keystoneclient
pip install python-novaclient==6.0.0
pip install python-heatclient
pip install oslo.db
pip install oslo.messaging
pip install pecan==1.1.1
pip install notario==0.0.11
pip install pecan-notario==0.0.3