b1b4350017
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
10 lines
408 B
YAML
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.
|