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:
parent
bc3ea309ae
commit
6951febb97
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user