summaryrefslogtreecommitdiffstats
path: root/doc/source
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2012-03-15 22:34:02 +0000
committerGerrit Code Review <review@openstack.org>2012-03-15 22:34:02 +0000
commitc93f6633cdcde89c346054a478fa17b12940b395 (patch)
tree76156166fd8dc88b9d917772556e2830fbe1458a /doc/source
parent2415b171b113aea4f4fbec5856b92cec36d44709 (diff)
parent9363d5fea676e1e083c5afe5287ef30c806046bf (diff)
Merge "Properly return 501 for unsupported Catalog calls"
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/architecture.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/architecture.rst b/doc/source/architecture.rst
index 97a68f4c..cbd2f40a 100644
--- a/doc/source/architecture.rst
+++ b/doc/source/architecture.rst
@@ -207,7 +207,7 @@ variety of CRUD operations are provided for the sake of development and testing.
CRUD is treated as an extension or additional feature to the core feature set
in that it is not required that a backend support it. It is expected that
backends for services that don't support the CRUD operations will raise a
-:mod:`NotImplementedError`.
+:mod:`keystone.exception.NotImplemented`.
----------------------------------