summaryrefslogtreecommitdiffstats
path: root/keystone/catalog/backends/templated.py
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2012-03-20 04:55:46 +0000
committerGerrit Code Review <review@openstack.org>2012-03-20 04:55:46 +0000
commit3a70a2f9281fdfec6f770cfb60fcd2dce5a77c5f (patch)
treebda536f5e8ec77339c6185bb0bc409abdb2e0545 /keystone/catalog/backends/templated.py
parent632fb0a8cb4eddf76ce0695472601d69115149a9 (diff)
parent193374af3860e17ed03bb0431d823046079ae444 (diff)
downloadkeystone-3a70a2f9281fdfec6f770cfb60fcd2dce5a77c5f.tar.gz
keystone-3a70a2f9281fdfec6f770cfb60fcd2dce5a77c5f.tar.xz
keystone-3a70a2f9281fdfec6f770cfb60fcd2dce5a77c5f.zip
Merge "Fixes LP #954089 - Service list templated catalog"
Diffstat (limited to 'keystone/catalog/backends/templated.py')
-rw-r--r--keystone/catalog/backends/templated.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/keystone/catalog/backends/templated.py b/keystone/catalog/backends/templated.py
index d1151113..21b4e2f6 100644
--- a/keystone/catalog/backends/templated.py
+++ b/keystone/catalog/backends/templated.py
@@ -52,6 +52,9 @@ def parse_templates(template_lines):
return o
+# TODO(jaypipes): should be templated.Catalog,
+# not templated.TemplatedCatalog to be consistent with
+# other catalog backends
class TemplatedCatalog(kvs.Catalog):
"""A backend that generates endpoints for the Catalog based on templates.