From f85754bbceb4aac3609038e2d13316625f08b63e Mon Sep 17 00:00:00 2001 From: Maciej Wereski Date: Tue, 29 Jun 2021 15:26:31 +0000 Subject: Update requirements of OpenStack noheat deployment Python dependencies are now tracked in requirements.txt file. Issue-ID: INT-1601 Signed-off-by: Maciej Wereski Change-Id: I47bbec6ad3e7b9e9fa3ec569d44605b803ac8271 Signed-off-by: mrichomme --- deployment/noheat/README.rst | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'deployment/noheat/README.rst') diff --git a/deployment/noheat/README.rst b/deployment/noheat/README.rst index f3c7fb8e4..da665168d 100644 --- a/deployment/noheat/README.rst +++ b/deployment/noheat/README.rst @@ -24,16 +24,15 @@ Configuration Dependencies ~~~~~~~~~~~~ -- Ansible: tested on 2.9.9 (using Python 3.5.2) +- Required python packages (including Ansible) can be found in ``requirements.txt`` pip file. + Tested on Python 3.6.9. +- Ansible: - Collections - - community.crypto: tested on 1.3.0 - - ansible.posix: tested on 1.1.1 + - community.crypto: tested on 1.7.1 + - ansible.posix: tested on 1.2.0 + - openstack.cloud: tested on 1.5.0 - Roles - geerlingguy.ansible: tested on 2.1.0 -- openstacksdk_: tested on 0.46.0 (using Python 3.5.2) - -.. _openstacksdk: https://pypi.org/project/openstacksdk - Expected output --------------- -- cgit 1.2.3-korg