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
(cherry picked from commit 985255acfe)
This commit is contained in:
Jeffrey Zhang 2017-07-08 14:31:05 +08:00
parent e349ce0336
commit 293d36b54f
1 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,7 @@ MAINTAINER {{ maintainer }}
{% set neutron_base_packages = [
'keepalived',
'net-tools',
'openstack-neutron',
'openstack-neutron-lbaas',
'openstack-neutron-ml2',
@ -28,6 +29,7 @@ MAINTAINER {{ maintainer }}
{% set neutron_base_packages = [
'iproute2',
'keepalived',
'net-tools',
'neutron-plugin-ml2',
'neutron-server',
'openvswitch-switch',
@ -55,6 +57,7 @@ RUN mkdir -p /usr/share/neutron \
'dnsmasq-utils',
'ipset',
'keepalived',
'net-tools',
'openvswitch',
'python-openvswitch',
'uuid'
@ -71,6 +74,7 @@ RUN mkdir -p /usr/share/neutron \
'iptables',
'iputils-arping',
'keepalived',
'net-tools',
'openvswitch-switch',
'python-openvswitch',
'uuid-runtime'