Merge "Install net-tools for neutron-base container" into stable/ocata

This commit is contained in:
Jenkins 2017-07-13 09:32:28 +00:00 committed by Gerrit Code Review
commit 22973121f8
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'