Add openvswitch binaries to nova

Nova calls the openvswitch binary when neutron is using the openvswitch
driver to attach the port to the vswitch. This is not a known config
ahead of time and is dependant on a change in the neutron services.

This is an exception to the rule that can be removed if and when nova
switches to python ovs

Change-Id: I30d8251eec2e21b8181f8902d7899f8339ced6a1
This commit is contained in:
Sam Yaple 2017-05-19 16:58:01 +00:00
parent 8477cb8113
commit f38cd06866
3 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,7 @@ RUN set -x \
&& yum install -y git \
libvirt0 \
libxml2 \
openvswitch \
&& git init /tmp/common/ \
&& git --git-dir /tmp/common/.git fetch --depth 1 $SCRIPTS_REPO $SCRIPTS_REF \
&& git --work-tree /tmp/common --git-dir /tmp/common/.git checkout FETCH_HEAD \

1
debian/Dockerfile vendored
View File

@ -18,6 +18,7 @@ RUN set -x \
ca-certificates \
libvirt0 \
libxml2 \
openvswitch-switch \
&& git init /tmp/common/ \
&& git --git-dir /tmp/common/.git fetch --depth 1 $SCRIPTS_REPO $SCRIPTS_REF \
&& git --work-tree /tmp/common --git-dir /tmp/common/.git checkout FETCH_HEAD \

View File

@ -18,6 +18,7 @@ RUN set -x \
ca-certificates \
libvirt0 \
libxml2 \
openvswitch-switch \
&& git init /tmp/common/ \
&& git --git-dir /tmp/common/.git fetch --depth 1 $SCRIPTS_REPO $SCRIPTS_REF \
&& git --work-tree /tmp/common --git-dir /tmp/common/.git checkout FETCH_HEAD \