Updated from OpenStack Ansible Tests

Change-Id: Ibfe120f8eb65d3ba4942116d49406141b75c1cd5
This commit is contained in:
OpenStack Proposal Bot 2018-02-09 09:07:25 +00:00
parent 4b78abae6c
commit 91fefd4793
1 changed files with 13 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# before the execution of any tests.
#
# See the following for details:
# - https://docs.openstack.org/infra/bindep/
# - http://docs.openstack.org/infra/bindep/
# - https://git.openstack.org/cgit/openstack-infra/bindep
#
# Even if the role does not make use of this facility, it
@ -49,5 +49,17 @@ python2-dnf [platform:fedora]
libselinux-python [platform:redhat]
libsemanage-python [platform:redhat]
# For SSL SNI support
python-pyasn1 [platform:dpkg platform:suse]
python-openssl [platform:dpkg]
python-ndg-httpsclient [platform:ubuntu !platform:ubuntu-14]
python2-pyasn1 [platform:redhat]
pyOpenSSL [platform:redhat]
python-pyOpenSSL [platform:opensuseproject-42]
python2-pyOpenSSL [platform:suse !platform:opensuseproject-42]
python-ndg_httpsclient [platform:redhat !platform:fedora]
python2-ndg_httpsclient [platform:fedora]
python-ndg-httpsclient [platform:suse]
# Required for compressing collected log files in CI
gzip