Bug fix: networking-sfc package missing in venv

If we want to use the tacker vnfo pluging to configure SFC, the networking-sfc
package must be installed in the venv. Otherwise, the neutron client is
missing required methods such as 'create_flow_classifier'

Change-Id: I4d1504deffbaec4e81091593acf0ac3dd5b43510
Signed-off-by: Manuel Buil <mbuil@suse.com>
This commit is contained in:
Manuel Buil 2017-08-21 12:07:50 +02:00
parent 9a9f5971c3
commit 410c01c6fb
1 changed files with 1 additions and 0 deletions

View File

@ -113,6 +113,7 @@ tacker_requires_pip_packages:
## Common pip packages
tacker_pip_packages:
- mysql-python
- networking-sfc
- PyMySQL
- python-heatclient
- python-tackerclient