
Depends-On: https://review.opendev.org/752032 Depends-On: https://review.opendev.org/752958 Depends-On: https://review.opendev.org/754982 Change-Id: Idcf6af00111bcf16678b2dd8728954ee2b1ed81b
18 lines
458 B
Plaintext
18 lines
458 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-base==2.10.1
|
|
|
|
# Used for the ip filter within ansible
|
|
netaddr
|
|
|
|
# Used for the ansible openssl_* modules
|
|
pyOpenSSL
|