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:
parent
5e7be752ed
commit
44ef44c0ff
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user