997cf22e1c
Depends-On: https://review.opendev.org/709308 Change-Id: I6f6133a21b339e3de7ffd2dc6b194805bef2b340
18 lines
452 B
Plaintext
18 lines
452 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.8.8
|
|
|
|
# Used for the ip filter within ansible
|
|
netaddr
|
|
|
|
# Used for the ansible openssl_* modules
|
|
pyOpenSSL
|