Install net-tools for neutron-base container

neutron-netns-cleanup script requires netstat command which is provided
by net-tools package.

Change-Id: Ic9417d2eb03e0dd93f7c668b189b4ad9c72eae0f
Closes-Bug: #1703078
This commit is contained in:
Jeffrey Zhang 2017-07-08 14:31:05 +08:00
parent ccc1911ad8
commit 985255acfe
1 changed files with 5 additions and 0 deletions

View File

@ -16,6 +16,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% set neutron_base_packages = [
'keepalived',
'net-tools',
'openstack-neutron',
'openstack-neutron-lbaas',
'openstack-neutron-ml2',
@ -30,6 +31,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'iproute2',
'iputils-ping',
'keepalived',
'net-tools',
'neutron-plugin-ml2',
'neutron-server',
'openvswitch-switch',
@ -43,6 +45,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'iproute2',
'iputils-ping',
'keepalived',
'net-tools',
'neutron-lbaas-common',
'neutron-plugin-ml2',
'neutron-server',
@ -72,6 +75,7 @@ RUN mkdir -p /usr/share/neutron \
'haproxy',
'ipset',
'keepalived',
'net-tools',
'openvswitch',
'python-openvswitch',
'uuid'
@ -90,6 +94,7 @@ RUN mkdir -p /usr/share/neutron \
'iputils-arping',
'iputils-ping',
'keepalived',
'net-tools',
'openvswitch-switch',
'python-openvswitch',
'uuid-runtime'