Updated openstack/openstack

Project: openstack/python-cinderclient  19ba5e8cf9e395dfccba47bb42c69f9a4dc7e26a

Fix incorrect exception message in cinderclient

Incorrect exception message was output
from get_volume_api_from_url(url) in cinderclient.client.

Here is example:

<Invalid input>
"http://fakeurl/v9/tenants"

<Exception message>
cinderclient.exceptions.UnsupportedVersion:
Invalid client version 'v2'. must be one of: v1, v2

=> Although input does not include 'v2',
   exception message reports that invalid version v2 is included.

Change-Id: I73ff1581b1ce609b3c64a8a6d88d41a2cc2ed56f
Closes-Bug: #1482988
This commit is contained in:
Jenkins 2015-09-13 07:59:33 +00:00 committed by Gerrit Code Review
parent 9754c43714
commit f3891d60d5
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit c167dda40cc65fe437a12b815ef91bbde4efb6bb
Subproject commit 19ba5e8cf9e395dfccba47bb42c69f9a4dc7e26a