diff options
author | IWAMOTO Toshihiro <iwamoto@valinux.co.jp> | 2018-08-01 14:28:49 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2018-08-01 16:00:10 +0900 |
commit | 6e9fbad22e250cb4cb903f5c198c0702cd0f971b (patch) | |
tree | d8e71f7677304cb576f0d6bb1af55180f8641b4b /tools/pip-requires | |
parent | 49b5e5c30a08df65a5a709d1d934142ad658b664 (diff) |
Bump oslo.config to 2.5.0
Ryu is using item_type since commit f77529036, so oslo.config minimum
version needs to be updated.
Signed-off-by: IWAMOTO Toshihiro <iwamoto@valinux.co.jp>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'tools/pip-requires')
-rw-r--r-- | tools/pip-requires | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pip-requires b/tools/pip-requires index 7a131ddf..47c6d02a 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -4,7 +4,7 @@ eventlet!=0.18.3,>=0.18.2,!=0.20.1,!=0.21.0,!=0.23.0 msgpack>=0.3.0 # RPC library, BGP speaker(net_cntl) netaddr -oslo.config>=1.15.0 +oslo.config>=2.5.0 ovs>=2.6.0 # OVSDB routes # wsgi six>=1.4.0 |