Fixes failing functional test

The functional tests don't work because the octavia-api uwsgi server
fails because libxml2 is not installed [1]. This should fix that.

[1] http://logs.openstack.org/40/484440/9/check/gate-openstack-ansible-os_octavia-ansible-func-ubuntu-xenial/f8835f2/logs/openstack/octavia1/syslog.txt.gz

Change-Id: If07a64e062daf6cc5e10864913d742075be02d36
This commit is contained in:
German Eichberger 2017-08-11 12:37:32 -07:00
parent b1fe866f42
commit 205fcc83a6
2 changed files with 2 additions and 0 deletions

View File

@ -16,3 +16,4 @@
octavia_distro_packages:
- haproxy
- iptables-services
- libxml2-devel

View File

@ -19,3 +19,4 @@ cache_timeout: 600
octavia_distro_packages:
- iptables-persistent
- netfilter-persistent
- libxml2-dev