added nuage-neutron package in neutron_api_utils.py

This commit is contained in:
Sunny Verma 2015-08-10 18:21:22 -04:00
parent f3780fe309
commit 5fc397cc76

View File

@ -176,6 +176,7 @@ def determine_packages(source=None):
if config('neutron-plugin') == 'vsp':
packages.append('python-nuagenetlib')
packages.append('nuage-neutron')
if git_install_requested():
packages.extend(BASE_GIT_PACKAGES)