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/compute/client.py | |
| parent | 83edde0ec9070927320dac926a3a0b5d33c86009 (diff) | |
| parent | 36391a81a3415d24c55d6bbc318157dc119da8a7 (diff) | |
| download | python-openstackclient-bbe71eb9a310c67f6c8a1b8da1b2fb2ec37fd3ab.tar.gz | |
Merge "Rename endpoint type to interface"
Diffstat (limited to 'openstackclient/compute/client.py')
| -rw-r--r-- | openstackclient/compute/client.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/openstackclient/compute/client.py b/openstackclient/compute/client.py index 27d63a95..6ae87b79 100644 --- a/openstackclient/compute/client.py +++ b/openstackclient/compute/client.py @@ -48,9 +48,8 @@ def make_client(instance): extensions = [extension.Extension('list_extensions', list_extensions)] - # Remember endpoint_type only if it is set - kwargs = utils.build_kwargs_dict('endpoint_type', - instance._endpoint_type) + # Remember interface only if it is set + kwargs = utils.build_kwargs_dict('endpoint_type', instance._interface) client = compute_client( session=instance.session, |
