87d19b91e6
This fixes several performance and module issues. One such issue we'll need resolved can be seen here: * https://github.com/ansible/ansible-modules-extras/issues/1278 Without this fix the `rabbitmq_user` module will stacktrace if the user password is change. This corresponds to https://review.openstack.org/578000 Change-Id: Ife9174ffe7a8c285c3201679a3f49a071b857647
18 lines
469 B
Plaintext
18 lines
469 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.5.5
|
|
|
|
# The Ansible lint version used for lint tests
|
|
ansible-lint==3.4.21
|
|
|
|
# Used for the ip filter within ansible
|
|
netaddr
|