From 44ef44c0ff97d5b166d48d2ef93feafa9a0f7ea6 Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Thu, 17 Mar 2016 06:31:42 +0000 Subject: [PATCH] Update devstack plugin for dependent packages Recent changes to the gate base images [1] removed a package neutron requires (netcat-openbsd). This patch installs the required package. [1] https://review.openstack.org/#/c/292573 Closes-bug: #1558397 Change-Id: I4041478ca09bd124827782774b8520908ef07be0 --- tools/configure_for_func_testing.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/configure_for_func_testing.sh b/tools/configure_for_func_testing.sh index e6d1957dcb1..1e93bad99b1 100755 --- a/tools/configure_for_func_testing.sh +++ b/tools/configure_for_func_testing.sh @@ -222,6 +222,7 @@ function _install_post_devstack { if is_ubuntu; then install_package isc-dhcp-client + install_package netcat-openbsd elif is_fedora; then install_package dhclient else