diff options
author | Ethan Lynn <xuanlangjian@gmail.com> | 2019-09-11 15:29:26 +0800 |
---|---|---|
committer | Ethan Lynn <xuanlangjian@gmail.com> | 2019-09-11 15:29:58 +0800 |
commit | f13b071e10f879554e915986cd27e31328945785 (patch) | |
tree | f00549b4c4340bf7b323142c4ba6334a9d520844 | |
parent | b14042c7ad57d9f0050ed31d9778d3d602de7f03 (diff) |
Workaround stage failure patch 2
Workaround stage failure
Change-Id: I111a424168858c2a7fbb0c0a5813117b18a7278b
Issue-ID: MULTICLOUD-736
Signed-off-by: Ethan Lynn <xuanlangjian@gmail.com>
-rw-r--r-- | vio/pecan-requirements.txt | 3 | ||||
-rw-r--r-- | vio/requirements.txt | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/vio/pecan-requirements.txt b/vio/pecan-requirements.txt index 33dcab4..1826aef 100644 --- a/vio/pecan-requirements.txt +++ b/vio/pecan-requirements.txt @@ -4,3 +4,6 @@ pecan>=1.2.1 oslo.concurrency>=3.21.0 oslo.config>=4.11.0 oslo.service>=1.25.0 + +# for event +oslo_messaging diff --git a/vio/requirements.txt b/vio/requirements.txt index 20a1807..3d2433d 100644 --- a/vio/requirements.txt +++ b/vio/requirements.txt @@ -24,8 +24,7 @@ python-cinderclient==3.5.0 # for onap logging onappylog>=1.0.9 -# for event -oslo_messaging +pecan>=1.2.1 eventlet>=0.20.0 PyYAML>=3.1.0 |