From cf06e65c23c0785a57315723786488d503a6a2ee Mon Sep 17 00:00:00 2001 From: W Chan Date: Mon, 17 Sep 2018 23:18:40 +0000 Subject: [PATCH] Update orquesta to v0.2 in requirements Pin orquesta in st2common requirements to v0.2 release tag. --- requirements.txt | 2 +- st2common/in-requirements.txt | 2 +- st2common/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index ee7a732970..68b4abd804 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ eventlet==0.24.1 flex==6.13.2 git+https://github.com/Kami/logshipper.git@stackstorm_patched#egg=logshipper git+https://github.com/StackStorm/mongoengine.git@stackstorm_patched#egg=mongoengine -git+https://github.com/StackStorm/orquesta.git@99ef681b500791ebe8945abab53ddba834c4559d#egg=orquesta +git+https://github.com/StackStorm/orquesta.git@v0.2#egg=orquesta git+https://github.com/StackStorm/python-mistralclient.git@st2-2.9.0#egg=python-mistralclient git+https://github.com/StackStorm/st2-auth-backend-flat-file.git@master#egg=st2-auth-backend-flat-file gitpython==2.1.11 diff --git a/st2common/in-requirements.txt b/st2common/in-requirements.txt index 3236383e0f..499b21cddf 100644 --- a/st2common/in-requirements.txt +++ b/st2common/in-requirements.txt @@ -12,7 +12,7 @@ kombu # See https://github.com/MongoEngine/mongoengine/pull/1833 git+https://github.com/StackStorm/mongoengine.git@stackstorm_patched#egg=mongoengine networkx -git+https://github.com/StackStorm/orquesta.git@99ef681b500791ebe8945abab53ddba834c4559d#egg=orquesta +git+https://github.com/StackStorm/orquesta.git@v0.2#egg=orquesta oslo.config paramiko pyyaml diff --git a/st2common/requirements.txt b/st2common/requirements.txt index ed118c3c53..6766d0a075 100644 --- a/st2common/requirements.txt +++ b/st2common/requirements.txt @@ -4,7 +4,7 @@ cryptography==2.3.1 eventlet==0.24.1 flex==6.13.2 git+https://github.com/StackStorm/mongoengine.git@stackstorm_patched#egg=mongoengine -git+https://github.com/StackStorm/orquesta.git@99ef681b500791ebe8945abab53ddba834c4559d#egg=orquesta +git+https://github.com/StackStorm/orquesta.git@v0.2#egg=orquesta greenlet==0.4.14 ipaddr jinja2