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:
parent
b1fe866f42
commit
205fcc83a6
@ -16,3 +16,4 @@
|
|||||||
octavia_distro_packages:
|
octavia_distro_packages:
|
||||||
- haproxy
|
- haproxy
|
||||||
- iptables-services
|
- iptables-services
|
||||||
|
- libxml2-devel
|
||||||
|
@ -19,3 +19,4 @@ cache_timeout: 600
|
|||||||
octavia_distro_packages:
|
octavia_distro_packages:
|
||||||
- iptables-persistent
|
- iptables-persistent
|
||||||
- netfilter-persistent
|
- netfilter-persistent
|
||||||
|
- libxml2-dev
|
||||||
|
Loading…
x
Reference in New Issue
Block a user