From d1c4675e5c35257b84cd69969c6e67575faf19db Mon Sep 17 00:00:00 2001 From: spisarski Date: Thu, 4 May 2017 12:43:53 -0600 Subject: Modified code to support both Python 2.7 and 3.x * Tested on Python 2.7.10 and 3.4.4 * Updated installation documentation JIRA: SNAPS-30 Change-Id: I94a37d218be8ea47bbbcfb560197737430fcb3ba Signed-off-by: spisarski --- docs/how-to-use/InstallSnaps.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/how-to-use/InstallSnaps.rst') diff --git a/docs/how-to-use/InstallSnaps.rst b/docs/how-to-use/InstallSnaps.rst index cce06a0..df46743 100644 --- a/docs/how-to-use/InstallSnaps.rst +++ b/docs/how-to-use/InstallSnaps.rst @@ -12,6 +12,10 @@ Git is used to download the snaps source from the OPNFV Gerrit repository. Python, GCC and additional libraries are required to compile and install the packages used by SNAPS. These dependencies need to be installed whether or not a virtual Python environment is used. +Note: SNAPS-OO works best under Python 2.7; however, all of the code except in snaps.openstack.provisioning.ansible +should work properly within a Python 3.4.4 runtime. Ansible support will not work in any Python 3.x when the Ansible +version is 2.3.0 or prior. No indications when this support will be added as of 5 May 2017. + CentOS 7 -------- -- cgit 1.2.3-korg