summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorblue55 <yllan@fiberhome.com>2017-03-17 16:33:38 +0800
committerblue55 <yllan@fiberhome.com>2017-03-23 14:42:54 +0800
commit3b450c65dd4dbaff65a49f8c53a254c171ea9645 (patch)
tree751fa85f4501d9a2ddb807a85924ed913008c711 /requirements.txt
parent63122e8b4d413d9cb15a34568a4858cca804e92d (diff)
downloadceilometer-3b450c65dd4dbaff65a49f8c53a254c171ea9645.tar.gz
Use HostAddressOpt for opts that accept IP and hostnames
Some configuration options were accepting both IP addresses and hostnames. Since there was no specific OSLO opt type to support this, we were using "StrOpt". The change [1] that added support for "HostAddressOpt" type was merged in Ocata and became available for use with oslo version 3.22. This patch changes the opt type of configuration options to use this more relevant opt type - HostAddressOpt. [1] I77bdb64b7e6e56ce761d76696bc4448a9bd325eb Change-Id: I2463fc873bb149cafa802f5743d5f482f25552fc
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index e8bf9888..90dfab9d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -15,7 +15,7 @@ keystonemiddleware!=4.1.0,>=4.0.0 # Apache-2.0
lxml>=2.3 # BSD
msgpack-python>=0.4.0 # Apache-2.0
oslo.concurrency>=3.5.0 # Apache-2.0
-oslo.config>=3.9.0 # Apache-2.0
+oslo.config>=3.22.0 # Apache-2.0
oslo.db>=4.1.0 # Apache-2.0
oslo.i18n>=2.1.0 # Apache-2.0
oslo.log>=1.14.0 # Apache-2.0