keystone/releasenotes/notes/impl-templated-catalog-1d8f6333726b34f8.yaml
David Stanek b1b4350017 Removes KVS catalog backend
The templated backend relied on the KVS backend to implement some
functionality. The functionality (CRUD for endpoint, services, etc.) is
arguably incorrect since it won't actually change the contents of the
catalog. The read only methods have been fixed to use the templated data
and the write methods raise NotImplemented.

bp: removed-as-of-mitaka
Partial-Bug: #1077282
Closes-Bug: #1367113
Closes-Bug: #1269789
Change-Id: Iaa68b18f0b6d7e9f5dc0cbf7d21a3d90dcdc1ea4
2016-01-19 21:26:30 -05:00

10 lines
408 B
YAML

---
other:
- >
[`bug 1367113 <https://bugs.launchpad.net/keystone/+bug/1367113>`_]
The "get entity" and "list entities" functionality for the KVS catalog
backend has been reimplemented to use the data from the catalog template.
Previously this would only act on temporary data that was created at
runtime. The create, update and delete entity functionality now raises
an exception.