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