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

Conflicts:
	tools/configure_for_func_testing.sh

Closes-bug: #1558397

(cherry picked from commit 44ef44c0ff)
Change-Id: I4041478ca09bd124827782774b8520908ef07be0
This commit is contained in:
Brian Haley 2016-03-18 09:35:54 -04:00
parent 37856aa722
commit e61a77c8bb
1 changed files with 4 additions and 0 deletions

View File

@ -218,6 +218,10 @@ function _install_post_devstack {
_install_databases
_install_rootwrap_sudoers
if is_ubuntu; then
install_package netcat-openbsd
fi
# Installing python-openvswitch from packages is a stop-gap while
# python-openvswitch remains unavailable from pypi. This also
# requires that sitepackages=True be set in tox.ini to allow the