Bump oslo.config version

There is a bug in oslo.config <=1.3.0 when registering cli opts with
deprecated_opts set. This causes an error with registering the oslo.db
opts. The bug was fixed post 1.3.0, so pinning this to >= the latest
alpha, which will pull in any release 1.4.0 when it becomes available.

Closes-Bug: #1347911

Change-Id: I58505ffcdfb0acf0ed2137282c18258e94e201f6
This commit is contained in:
Matthew Treinish 2014-07-23 18:34:21 -04:00
parent 9076f715b8
commit 10e5d0eda5
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
alembic>=0.4.1
oslo.config>=1.2.0
oslo.config>=1.4.0.0a3
oslo.db
pbr>=0.6,<1.0
python-subunit>=0.0.18