Fix minor typo in version error message
Change-Id: Ic6441c6952f89fc41c7f41b1baae3f601c0fc87e Closes-bug: 1396087
This commit is contained in:
@@ -56,7 +56,7 @@ class HTTPMultipleChoices(HTTPException):
|
|||||||
code = 300
|
code = 300
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
self.details = ("Requested version of OpenStack Images API is not"
|
self.details = ("Requested version of OpenStack Images API is not "
|
||||||
"available.")
|
"available.")
|
||||||
return "%s (HTTP %s) %s" % (self.__class__.__name__, self.code,
|
return "%s (HTTP %s) %s" % (self.__class__.__name__, self.code,
|
||||||
self.details)
|
self.details)
|
||||||
|
Reference in New Issue
Block a user