summaryrefslogtreecommitdiffstats
path: root/keystone/exception.py
diff options
context:
space:
mode:
authorDolph Mathews <dolph.mathews@gmail.com>2012-03-25 11:32:08 -0500
committerDolph Mathews <dolph.mathews@gmail.com>2012-03-27 20:18:26 -0700
commit9cf91c951ed74e245693ca1f1b3df8965484dc94 (patch)
treec358907ae05ff1a369677c48add887feb7d0d5fa /keystone/exception.py
parent9e4fe654ed3f2fa4040ccbcd0ccc003f56f9bce2 (diff)
downloadkeystone-9cf91c951ed74e245693ca1f1b3df8965484dc94.tar.gz
keystone-9cf91c951ed74e245693ca1f1b3df8965484dc94.tar.xz
keystone-9cf91c951ed74e245693ca1f1b3df8965484dc94.zip
endpoint-crud 404 (bug 963056)
endpoint-create endpoint-delete Change-Id: I70ae14ca385a0ed2d3438b8dc2f7ba93b91f400b
Diffstat (limited to 'keystone/exception.py')
-rw-r--r--keystone/exception.py2
1 files changed, 1 insertions, 1 deletions
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):