diff options
| author | Jenkins <jenkins@review.openstack.org> | 2015-07-17 13:55:47 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2015-07-17 13:55:47 +0000 |
| commit | bbe71eb9a310c67f6c8a1b8da1b2fb2ec37fd3ab (patch) | |
| tree | f1b9d2d043f63b488d7c32aeb8d63930ee7ece71 /openstackclient/image/client.py | |
| parent | 83edde0ec9070927320dac926a3a0b5d33c86009 (diff) | |
| parent | 36391a81a3415d24c55d6bbc318157dc119da8a7 (diff) | |
| download | python-openstackclient-bbe71eb9a310c67f6c8a1b8da1b2fb2ec37fd3ab.tar.gz | |
Merge "Rename endpoint type to interface"
Diffstat (limited to 'openstackclient/image/client.py')
| -rw-r--r-- | openstackclient/image/client.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openstackclient/image/client.py b/openstackclient/image/client.py index 8e2d6cd9..8fbf8c0f 100644 --- a/openstackclient/image/client.py +++ b/openstackclient/image/client.py @@ -46,7 +46,7 @@ def make_client(instance): endpoint = instance.get_endpoint_for_service_type( API_NAME, region_name=instance._region_name, - endpoint_type=instance._endpoint_type, + interface=instance._interface, ) client = image_client( @@ -69,7 +69,7 @@ def make_client(instance): endpoint=instance.get_endpoint_for_service_type( IMAGE_API_TYPE, region_name=instance._region_name, - endpoint_type=instance._endpoint_type, + interface=instance._interface, ) ) |
