
openstack-infra are creating images containing an apt.d configuration that sets AllowUnauthenticated to true to support their custom apt repos which contain unsigned packages. The presence of this file causes openstack-ansible-security to fail. We can either remove the file, or skip the V-38462 tag. Skipping the tag in the gate is probably the better long term solution. Additionally, ansible-lint 2.3.8 was released today and is now causing a number of ANSIBLE0008 errors to fail the gate. This is a temporary cap to unblock the gate. Change-Id: I2c78f4e913e99e5fc5d84fba9e28197b73ac8f25
13 lines
286 B
Plaintext
13 lines
286 B
Plaintext
ansible-lint>=2.0.3,<2.3.8
|
|
flake8==2.2.4
|
|
hacking>=0.10.0,<0.11
|
|
pep8==1.5.7
|
|
pyflakes==0.8.1
|
|
mccabe==0.2.1 # capped for flake8
|
|
bashate>=0.2 # Apache-2.0
|
|
|
|
# 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
|