diff options
author | Gordon Chung <chungg@ca.ibm.com> | 2014-02-13 19:17:33 -0500 |
---|---|---|
committer | Gordon Chung <chungg@ca.ibm.com> | 2014-02-20 13:52:08 -0500 |
commit | fa802a753d00b4e61eebbc7360caecffba3d7852 (patch) | |
tree | 8d160e85c6c879a6be733ed771291c66cb71cf42 /requirements.txt | |
parent | 4499c2953c1a98d010c4cc5b8b34baa2890c3c22 (diff) | |
download | pycadf-fa802a753d00b4e61eebbc7360caecffba3d7852.tar.gz |
audit middleware in pycadf
move audit middleware to pyCADF and allow it to support
oslo.messaging instead of openstack.common.notifier
Partial-Bug: #1280327
Change-Id: I7f0b706a91a61111147bc2b3c682dfdac01c0b7d
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index bda142c..f8d73a1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,8 @@ Babel>=1.3 iso8601>=0.1.8 -oslo.config>=1.2.0 netaddr>=0.7.6 +oslo.config>=1.2.0 +oslo.messaging>=1.3.0a4 pytz>=2010h six>=1.4.1 WebOb>=1.2.3 |