Install python-neutronclient for deploy from source because utils function imports from neutronclient and charm itself doesn't run in virtualenv.

This commit is contained in:
Corey Bryant 2015-07-10 13:28:48 +00:00
parent bc3ea309ae
commit 6951febb97

View File

@ -81,6 +81,7 @@ BASE_GIT_PACKAGES = [
'libxslt1-dev',
'libyaml-dev',
'python-dev',
'python-neutronclient', # required for get_neutron_client() import
'python-pip',
'python-setuptools',
'zlib1g-dev',