Change Jinja2 rquirements to match globals

Global requirements are 2.8.0 for Jinja2, and master will not run
without it.

Change-Id: I91f93736b1e067653840dff219fb8be9359da078
This commit is contained in:
Steven Dake 2016-04-15 19:55:19 -07:00
parent a4104c2aec
commit 0786e6b165

View File

@ -73,7 +73,7 @@ Component Min Version Max Version Comment
Ansible 1.9.4 < 2.0.0 On deployment host Ansible 1.9.4 < 2.0.0 On deployment host
Docker 1.10.0 none On target nodes Docker 1.10.0 none On target nodes
Docker Python 1.6.0 none On target nodes Docker Python 1.6.0 none On target nodes
Python Jinja2 2.6.0 none On deployment host Python Jinja2 2.8.0 none On deployment host
===================== =========== =========== ========================= ===================== =========== =========== =========================
Make sure the "pip" package manager is installed before proceeding: Make sure the "pip" package manager is installed before proceeding: