Use latest Oslo's version
The patch replaces current Oslo version with 1.2. The change is needed to pull in a fix released in that specific version, which fixes the issue #1175570. The fix we're interested in is giving priority to CLI arguments instead of config files. Without this, commands like the one below won't work. $ glance-manage --sql_connection=.... db_sync Oslo's release notes: http://docs.openstack.org/developer/oslo.config/#a3 Closes-Bug: #1175570 Change-Id: I4ea749cfaae0e18e035abe7b5d7e345dda7d476d
This commit is contained in:
parent
f5cef52995
commit
e705481127
@ -20,8 +20,9 @@ httplib2
|
||||
kombu>=2.4.8
|
||||
pycrypto>=2.6
|
||||
iso8601>=0.1.4
|
||||
oslo.config>=1.1.0
|
||||
|
||||
-f http://tarballs.openstack.org/oslo.config/oslo.config-1.2.0a3.tar.gz#egg=oslo.config-1.2.0a3
|
||||
oslo.config>=1.2.0a3
|
||||
|
||||
# For Swift storage backend.
|
||||
python-swiftclient>=1.2
|
||||
|
Loading…
x
Reference in New Issue
Block a user