Merge "Fix the content of 'discovery_endpoint' not show up in exception"

This commit is contained in:
Jenkins
2016-01-08 03:24:30 +00:00
committed by Gerrit Code Review
+1 -1
View File
@@ -284,7 +284,7 @@ class InvalidDiscoveryURL(Invalid):
class GetDiscoveryUrlFailed(MagnumException):
message = _("Fail to get discovery url from %(discovery_endpoint)")
message = _("Failed to get discovery url from '%(discovery_endpoint)s'.")
class InvalidUuidOrName(Invalid):