4ba92e55e0
Change-Id: I222884187611abcfc0af40b1a8344a227843f66b
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.9.9
|
|
|
|
# Used for the ip filter within ansible
|
|
netaddr
|
|
|
|
# Used for the ansible openssl_* modules
|
|
pyOpenSSL
|