openstack-ansible-tests/test-ansible-deps.txt
Jonathan Rosser 059091261c Add pyOpenSSL as an ansible dependancy in role tests
This is required to use the openssl_* ansible modules. The package
is added here with pip in preference to a distro package becasue
the pyOpenSSL RPM for centos is too old to work with Ansible 2.7.

Change-Id: Idf620f413fa692818e2a07f048c7f6923bc03a28
2019-03-12 09:00:45 +00:00

21 lines
521 B
Plaintext

# WARNING:
# This file is use by all OpenStack-Ansible roles for testing purposes.
# Any changes here will affect all OpenStack-Ansible role repositories
# with immediate effect.
# PURPOSE:
# Python requirements listed here are imported by the roles via tox
# target configuration in each role.
# The Ansible version used for testing
ansible==2.7.8
# The Ansible lint version used for lint tests
ansible-lint==3.4.21
# Used for the ip filter within ansible
netaddr
# Used for the ansible openssl_* modules
pyOpenSSL