Merge "Added fix required to run on Ubuntu 14.04"

This commit is contained in:
Jenkins 2016-10-26 15:55:05 +00:00 committed by Gerrit Code Review
commit db36adf7ec
2 changed files with 5 additions and 0 deletions

View File

@ -141,6 +141,8 @@ if [[ -e /etc/os-release ]]; then
git clone https://git.openstack.org/openstack/faafo
cd faafo
# following line required by bug 1636150
sudo pip install --upgrade pbr
sudo pip install -r requirements.txt
sudo python setup.py install

View File

@ -1,4 +1,7 @@
pbr>=1.6
pytz
positional
iso8601
anyjson>=0.3.3
eventlet>=0.17.4
PyMySQL>=0.6.2,<0.7 # 0.7 design change breaks faafo, MIT License