summaryrefslogtreecommitdiffstats
path: root/docs/how-to-use
diff options
context:
space:
mode:
authorSteven Pisarski <s.pisarski@cablelabs.com>2017-05-08 16:20:32 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-05-08 16:20:32 +0000
commitbd5f0b53df5b76e2e5fa0ee73a81478f43e28b7a (patch)
tree01b335bf1db4fd967827601c1f0cff680dfbf131 /docs/how-to-use
parent1ce42b58755df28d636f81101d5f1d48f41da3d9 (diff)
parentd1c4675e5c35257b84cd69969c6e67575faf19db (diff)
Merge "Modified code to support both Python 2.7 and 3.x"
Diffstat (limited to 'docs/how-to-use')
-rw-r--r--docs/how-to-use/InstallSnaps.rst4
1 files changed, 4 insertions, 0 deletions
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
--------