diff options
| author | Jenkins <jenkins@review.openstack.org> | 2013-06-25 16:29:09 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2013-06-25 16:29:09 +0000 |
| commit | dcc2f67bee4451e177c4f4fe7b48d896fb76d7ec (patch) | |
| tree | d269745095bce16af695a03db764ddf9d37d75c2 /cinderclient/v1/client.py | |
| parent | 1b7540ca484290f4d0431536d9ffdc197f07597c (diff) | |
| parent | 6adda93c9d52a1bb841261725f666a439b54539c (diff) | |
| download | python-cinderclient-dcc2f67bee4451e177c4f4fe7b48d896fb76d7ec.tar.gz | |
Merge "Connectivity between the endpoint version and OS_VOLUME_API_VERSION."
Diffstat (limited to 'cinderclient/v1/client.py')
| -rw-r--r-- | cinderclient/v1/client.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cinderclient/v1/client.py b/cinderclient/v1/client.py index 19e7e62..4f8b92d 100644 --- a/cinderclient/v1/client.py +++ b/cinderclient/v1/client.py @@ -100,3 +100,6 @@ class Client(object): credentials are wrong. """ self.client.authenticate() + + def get_volume_api_version_from_endpoint(self): + return self.client.get_volume_api_version_from_endpoint() |
