Move cryprography pin

This moves the cryptography pin to ansible-requirements.txt
which is used as a constraints file[1].

[1] https://opendev.org/openstack/tripleo-ansible/src/branch/master/zuul.d/playbooks/pre.yml#L42

Related-Bug: #1995608
Change-Id: I646cd49b614a9f494e77f9893521d3c070900ed5
(cherry picked from commit c0bc395ab4)
This commit is contained in:
Cédric Jeanneret 2022-11-08 15:50:29 +01:00 committed by Grzegorz Grasza
parent fec6066a9a
commit 4106fef31f
4 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,5 @@
ansible-core<2.12.0
cryptography<37.0.0
metalsmith>=1.4.0 # Apache-2.0
importlib-metadata
jsonschema # MIT

View File

@ -14,7 +14,7 @@ ruamel.yaml
testinfra
netaddr
jinja2
cryptography<37.0.0
cryptography
# this is required for the docs build jobs
ansible-core<2.12.0

View File

@ -96,7 +96,8 @@ sitepackages = False
[testenv:role-addition]
basepython = python3
deps =
{[testenv:linters]deps}
pre-commit
virtualenv
-r {toxinidir}/molecule-requirements.txt
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/wallaby}
commands =

View File

@ -3,7 +3,6 @@ set -x
### Openstack Keystone
: ${OS_RELEASE:=queens}
: ${IPADDR:=127.0.0.1}
# Identity service configuration
: ${OS_IDENTITY_URL_IPADDR:=$IPADDR}