Include MySQL-python in Horizon's venv

The MySQL-python package is required to use the horizon-manage.py script
from inside Horizon's venv.

Change-Id: I4bbcdda966fe9b6db28bc3ba777e986f8e9a4761
Closes-Bug: #1526728
This commit is contained in:
Jimmy McCrory 2016-01-12 14:28:25 -08:00 committed by Steve Lewis
parent 4cd89d3f5c
commit 39f10efaef
1 changed files with 1 additions and 0 deletions

View File

@ -153,6 +153,7 @@ horizon_pip_packages:
- greenlet
- horizon
- keystonemiddleware
- MySQL-python
- PyMySQL
- oslo.config
- ply