Files
python-keystoneclient/keystoneclient/releasenotes/notes/removed-generic-client-ff505b2b01bc9302.yaml
Jamie Lennox e9f0d54499 Deprecate the generic client
The generic client has been around and unused for a really long time. I
dont think it works at all and was never updated to support V3 concepts.
Realistically we can probably just remove it and noone will notice, but
give it a quick deprecation cycle.

Closes-Bug: #1647930
Change-Id: Ie68c8995275bcd55aede49d8f4af4e0d172de089
2016-12-07 15:55:03 +11:00

7 lines
297 B
YAML

---
deprecations:
- Deprecate the `keystoneclient.generic` client. This client used to be able
to determine available API versions and some basics around installed
extensions however the APIs were never upgraded for the v3 API. It doesn't
seem to be used in the openstack ecosystem.