openstack-ansible-os_keystone/test-requirements.txt
Jimmy McCrory 06d7fb54c5 Use ansible-lint 2.7.0
ansible-lint 2.7.0 was recently released, update the role's test
requirements to use it.

The tox test has been changed to run ansible-lint against this role,
rather than the test playbook which would only apply to this role's
dependencies.

Also update the 'Drop fernet key auto rotate script' task to use mode
"0755", matching the comment above the task and to resolve a violation
of new rule, [ANSIBLE0009] Octal file permissions must contain leading
zero.

Change-Id: I09396f8938cf8f0b5d48bc5b7215ecea2c426e94
2016-05-23 11:26:21 -07:00

10 lines
207 B
Plaintext

ansible-lint>=2.7.0,<3.0.0
ansible>=1.9.1,<2.0.0,!=1.9.6
bashate
flake8
# this is required for the docs build jobs
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
oslosphinx>=2.5.0 # Apache-2.0
reno>=0.1.1 # Apache-2.0