From 9cf91c951ed74e245693ca1f1b3df8965484dc94 Mon Sep 17 00:00:00 2001 From: Dolph Mathews Date: Sun, 25 Mar 2012 11:32:08 -0500 Subject: endpoint-crud 404 (bug 963056) endpoint-create endpoint-delete Change-Id: I70ae14ca385a0ed2d3438b8dc2f7ba93b91f400b --- keystone/exception.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keystone') diff --git a/keystone/exception.py b/keystone/exception.py index c76201b0..f1651bf0 100644 --- a/keystone/exception.py +++ b/keystone/exception.py @@ -74,7 +74,7 @@ class NotFound(Error): class EndpointNotFound(NotFound): - """Could not find endopint: %(endpoint_id)s""" + """Could not find endpoint: %(endpoint_id)s""" class RoleNotFound(NotFound): -- cgit