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
This commit is contained in:
Michael Johnson 2016-03-17 06:31:42 +00:00 committed by Armando Migliaccio
parent 5e7be752ed
commit 44ef44c0ff
1 changed files with 1 additions and 0 deletions

View File

@ -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