python-novaclient/releasenotes/notes/restrict-interface-parameter-e5fe166f39ba0935.yaml
Andrey Kurilin 9df9aff6fc Rename interface to endpoint_type
'interface' argument was not described anywhere in novaclient's docs,
but since we transmit all additional (unexpected) arguments to
SessionClient implementation, keystoneclient was able to use it.

Change-Id: Id7200a6df416694173b9a02206c53cef984f0fec
2016-12-15 19:49:03 +02:00

5 lines
143 B
YAML

---
deprecations:
- keyword argument **interface** of novaclient.client.Client entry-point was
deprecated in favor of **endpoint_type**;