commit | 479c6031d6cf13495b621663118ce3fcfb39214c | [log] [tgz] |
---|---|---|
author | Jeremy Liu <liujiong@gohighsec.com> | Thu Mar 23 07:12:35 2017 -0700 |
committer | Jeremy Liu <liujiong@gohighsec.com> | Thu Mar 23 07:12:35 2017 -0700 |
tree | 5452fdcc89e2dd2d0141d68a69cc26f392f9baef | |
parent | e1014befadba18023afda378d45a879659a92a10 [diff] |
Add missing requirements oslo.config and tempest are imported in code [1][2], need to add them to requirements.txt. [1] https://github.com/openstack/patrole/blob/master/patrole_tempest_plugin/config.py#L16 [2] https://github.com/openstack/patrole/blob/master/patrole_tempest_plugin/plugin.py#L18 Change-Id: Iff07023c9d9ac9a9435cc09f0a1dbc869a89d527
diff --git a/requirements.txt b/requirements.txt index b22bec8..2506f82 100644 --- a/requirements.txt +++ b/requirements.txt
@@ -5,3 +5,5 @@ pbr>=1.8 # Apache-2.0 urllib3>=1.15.1 # MIT oslo.log>=3.11.0 # Apache-2.0 +oslo.config>=3.22.0 # Apache-2.0 +tempest>=14.0.0 # Apache-2.0