Fix typo in the external service loader code

Change-Id: I57b4c6747688df229194622645265832f07bea20
This commit is contained in:
Monty Taylor 2018-01-16 16:12:29 -06:00
parent 7b59cc13f9
commit e1c16e6044
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ class Connection(object):
# If we don't have a proxy, just instantiate BaseProxy so that
# we get an adapter.
if isinstance(service, six.string_types):
service_type = service_description
service_type = service
service = service_description.ServiceDescription(service_type)
else:
service_type = service.service_type