383364e671
Xena cycle uses Jinja 3.0 so let update Kolla's code for it. From Jinja2 documentation: jinja2.contextfunction(f: F) → F Pass the context as the first argument to the decorated function. Deprecated since version 3.0: Will be removed in Jinja 3.1. Use pass_context() instead. jinja2.contextfilter(f) Pass the context as the first argument to the decorated function. Deprecated since version 3.0: Will be removed in Jinja 3.1. Use pass_context() instead. Also bumped version in requirements.txt to same as in openstack/requirements Change-Id: I51fbb7b9ff7c29cb355437efa4576be9bc035699
6 lines
172 B
Plaintext
6 lines
172 B
Plaintext
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
|
docker>=2.4.2 # Apache-2.0
|
|
Jinja2>=3.0.1 # BSD License (3 clause)
|
|
GitPython>=1.0.1 # BSD License (3 clause)
|
|
oslo.config>=5.1.0 # Apache-2.0
|