Nova: add iproute package to images

This PS adds the `ip` command to images, which is used during network
setup of VM's.

Change-Id: Iaccef74719779e85780f1f8f5385cc5f09671873
This commit is contained in:
Pete Birley 2017-06-28 15:23:59 -05:00
parent 7fa7bf0184
commit 3a0c6dc614
3 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,7 @@ ADD $OVERRIDE /
RUN set -x \
&& yum upgrade -y \
&& yum install -y git \
iproute \
libpython2.7 \
libvirt0 \
libxml2 \

1
debian/Dockerfile vendored
View File

@ -16,6 +16,7 @@ RUN set -x \
&& apt-get dist-upgrade -y \
&& apt-get install -y --no-install-recommends git \
ca-certificates \
iproute2 \
libpython2.7 \
libvirt0 \
libxml2 \

View File

@ -16,6 +16,7 @@ RUN set -x \
&& apt-get dist-upgrade -y \
&& apt-get install -y --no-install-recommends git \
ca-certificates \
iproute2 \
libpython2.7 \
libvirt0 \
libxml2 \