nova: Remove bridge_utils from base package

The dependency on bridge_utils has now been removed from os-vif and so
the package is no longer required in the base container.

Depends-On: https://review.openstack.org/#/c/636822/
Change-Id: I0924f6bc11558366d6d49472cdd338e43b744030
This commit is contained in:
Lee Yarwood 2019-02-21 11:51:33 +00:00
parent 8fcd7ea912
commit 4991607b29
1 changed files with 0 additions and 4 deletions

View File

@ -11,7 +11,6 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% if base_package_type == 'rpm' %}
{% set nova_base_packages = [
'bridge-utils',
'openstack-nova-common',
'openvswitch',
'python-cinderclient',
@ -37,7 +36,6 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% elif base_package_type == 'deb' %}
{% set nova_base_packages = [
'bridge-utils',
'nova-common',
'openvswitch-switch',
'python-nova'
@ -61,7 +59,6 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% if base_package_type == 'rpm' %}
{% set nova_base_packages = [
'bridge-utils',
'openvswitch'
] %}
{% if base_arch == 'x86_64' %}
@ -83,7 +80,6 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% elif base_package_type == 'deb' %}
{% set nova_base_packages = [
'bridge-utils',
'dnsmasq',
'ebtables',
'iproute2',