Files
openstack-ansible-os_cloudk…/vars/suse.yml
Christian Zunker 976bbded67 Add missing libxml2 packages
Change-Id: I43cbe7328c4c1ccb37ae9d4e04a577691263f182
Closes-Bug: 1808124
2018-12-12 10:51:18 +01:00

25 lines
742 B
YAML

---
# Copyright 2018, VEXXHOST, 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.
cloudkitty_distro_packages:
- git-core
- python-systemd
- libxml2
cloudkitty_devel_distro_packages:
- pkg-config
- systemd-devel
- libxml2-devel