openstack-ansible-os_octavia/vars/ubuntu-16.04.yml
German Eichberger 205fcc83a6 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
2017-08-14 08:50:45 -07:00

23 lines
719 B
YAML

---
# Copyright 2017, Rackspace US, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
## APT Cache options
cache_timeout: 600
octavia_distro_packages:
- iptables-persistent
- netfilter-persistent
- libxml2-dev