| commit | 54634e6c12b80111e20a10c4f258dd0bfd4a944b | [log] [tgz] |
|---|---|---|
| author | Benjamin Diaz <bdiaz@whitestack.com> | Tue Apr 17 11:21:51 2018 -0300 |
| committer | Benjamin Diaz <bdiaz@whitestack.com> | Tue Apr 17 11:21:51 2018 -0300 |
| tree | 06b77c772b8cff39228a953e4cf3d0c7975dd8bf | |
| parent | 341c33b98b4951c5d617e040cf856d4011a09266 [diff] [blame] |
Adds yaml support in policy module Adds timeout for creation of alarm in mon client in policy module Signed-off-by: Benjamin Diaz <bdiaz@whitestack.com>
diff --git a/policy_module/requirements.txt b/policy_module/requirements.txt index fbdc2a8..f92cee9 100644 --- a/policy_module/requirements.txt +++ b/policy_module/requirements.txt
@@ -1,4 +1,5 @@ kafka==1.3.* peewee==3.1.* jsonschema==2.6.* -six \ No newline at end of file +six +pyyaml \ No newline at end of file