Remove networking-sfc in n-server-opendaylight

networking-sfc is already installed in neutron-base
images for both source and binary builds.
8cfdd01ec2/docker/neutron/neutron-base/Dockerfile.j2 (L24)

Change-Id: Ia0bde04977fa3a1ab9df9c714dd2c110c9610f9b
This commit is contained in:
Eduardo Gonzalez 2017-08-15 11:04:26 +02:00
parent a0b22b4d45
commit 25cda1f804
1 changed files with 1 additions and 2 deletions

View File

@ -11,8 +11,7 @@ USER root
{% set neutron_server_opendaylight_packages = [
'python-networking-odl',
'python-networking-bgpvpn',
'python-networking-l2gw',
'python-networking-sfc'
'python-networking-l2gw'
] %}
{{ macros.install_packages(neutron_server_opendaylight_packages | customizable("packages")) }}