[alexlist] nova-cloud-controller charm requires python-mysqldb

This commit is contained in:
Alexander List 2014-01-13 18:39:10 +01:00
parent 22ac2a53f0
commit dc03af249a

@ -43,11 +43,12 @@ TEMPLATES = 'templates/'
CLUSTER_RES = 'res_nova_vip'
# removed from original: python-mysqldb python-keystone charm-helper-sh
# removed from original: charm-helper-sh
BASE_PACKAGES = [
'apache2',
'haproxy',
'python-keystoneclient',
'python-mysqldb',
'uuid',
]