python-ironicclient/releasenotes/notes/remove-deprecated-endpoint-argument-fc0bd8099067e4ca.yaml
Riccardo Pittau 839d9eff4f Remove deprecated endpoint argument
Removing the endpoint argument to the v1.client.Client
constructor.
Please use the standard keystoneauth argument name
endpoint_override instead.

Change-Id: Ie2b26a667485223029fde05b20c39c5687f9e776
Story: 2006422
Task: 36319
2019-08-21 14:19:34 +02:00

8 lines
197 B
YAML

---
upgrade:
- |
Removes deprecated argument ``endpoint`` from the
v1.client.Client constructor.
Please use the standard keystoneauth argument name
``endpoint_override`` instead.