commit | 45e6e668233eab28c2e3202c01b0ac66ab7e7e2a | [log] [tgz] |
---|---|---|
author | cao.yuan <cao.yuan@99cloud.net> | Thu Feb 21 12:22:30 2019 +0800 |
committer | cao.yuan <cao.yuan@99cloud.net> | Mon Feb 25 12:45:21 2019 +0800 |
tree | d1745cca7ab7fcea1aadbdfc55c20bded0818526 | |
parent | 6b03191c92c255a8fc049497fd0002092a6c7852 [diff] [blame] |
Update json module to jsonutils oslo project provide jsonutils, and octavia use it in many place[1], this PS to update the remained json moudule to oslo jsonutils for consistency. [1]: https://github.com/openstack/octavia-tempest-plugin/search?utf8=%E2%9C%93&q=jsonutils&type= Change-Id: I1cf966595bbabd3e33b1e33033dfb6a8b16381f8
diff --git a/requirements.txt b/requirements.txt index 815be94..c9f839c 100644 --- a/requirements.txt +++ b/requirements.txt
@@ -9,6 +9,7 @@ octavia-lib>=1.0.0 # Apache-2.0 oslo.config>=5.2.0 # Apache-2.0 oslo.log>=3.36.0 # Apache-2.0 +oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 oslo.utils>=3.33.0 # Apache-2.0 oslotest>=3.2.0 # Apache-2.0 python-barbicanclient>=4.5.2 # Apache-2.0