keystone/releasenotes/notes/endpoint_policy_driver_unused_methods_removed-e1348cbec9b1110a.yaml
Harini 97585c15a6 EndpointPolicy driver doesn't inherit interface
Added the driver interface 'base.EndpointPolicyDriverV8' as super class
of the sql driver implementation.

Removed unused methods from driver interface and added release notes.

Change-Id: I198dcbda7591e0dafb1da3a72e3f32b258c0e299
Closes-Bug: #1611102
2016-09-07 15:07:51 +05:30

6 lines
165 B
YAML

---
upgrade:
- The methods ``list_endpoints_for_policy()`` and
``get_policy_for_endpoint()`` have been removed from the EndpointPolicy
driver interface.