From 4d1017d5d958b5fa7beafa9d6d548ca1e4453597 Mon Sep 17 00:00:00 2001 From: Sagi Shnaidman Date: Thu, 11 Jun 2020 11:50:58 +0300 Subject: [PATCH] Add note about py3 in readme Change-Id: I7ac15d84d54e9ebc1260b633326e19b612a83170 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2cd7b732..dd6a000d 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ pip install ansible openstacksdk OpenStackSDK has to be available to Ansible and to the Python interpreter on the host, where Ansible executes the module (target host). Please note, that under some circumstances Ansible might invoke not standard Python interpreter on the target host. +Using Python verison 3 is highly recommended for OpenstackSDK and strongly required from OpenstackSDK version 0.39.0. ---