shade/releasenotes/notes/no-more-troveclient-0a4739c21432ac63.yaml
Monty Taylor 1dfe5e54fb Remove troveclient from the direct dependency list
We don't even actually use troveclient in shade other than the
constructor. Make it an optional import.

Change-Id: I60b924eb8dfb48c53da0befb39cf84e6c1ea8863
2017-02-01 02:58:15 +00:00

7 lines
197 B
YAML

---
upgrade:
- troveclient is no longer a hard dependency. Users
who were using shade to construct a troveclient
Client object should use os_client_config.make_legacy_client
instead.