Bump os-client-config requirement

The 1.11.0 release of os-client-config contains a bugfix for the
swift api timeout paramter issue. Be explicit that this version
of os-client-config is required for proper operation of shade.
The 1.11.1 release contains a bugfix for the 1.11.0 release.

Change-Id: Iabcb62593143473a7459ad01122a734d4230ab77
This commit is contained in:
Monty Taylor 2015-11-20 08:54:53 -05:00
parent ef80430afc
commit c84179154d
2 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,7 @@ munch
decorator
jsonpatch
ipaddress
os-client-config>=1.10.1
os-client-config>=1.11.1
requestsexceptions>=1.1.1
six

View File

@ -48,7 +48,6 @@ class TestObject(base.TestCase):
preauthurl='danzig',
preauthtoken='yankee',
auth_version=mock.ANY,
timeout=None,
os_options=dict(
object_storage_url='danzig',
auth_token='yankee',