python-ironicclient/releasenotes/notes/pass-interface-argument-deb92e3feb0bf051.yaml
Guang Yee d6eea403cb pass endpoint interface to http client
The 'interface' argument was being ignored so that the HTTP client was
always using the public endpoint for Ironic. This fixes it so that the
'interface' argument is taken into consideration.

There's also no need to explicitly set the interface to 'publicURL'
because that's already the default in keystoneauth.

Change-Id: I610836e5038774621690aca88b2aee25670f0262
story: 2005118
task: 29802
2019-03-06 17:16:52 +00:00

8 lines
303 B
YAML

---
fixes:
- |
The ``interface`` argument was being ignored so that the HTTP client was
always using the public endpoint for Ironic. This fixes it so that the
``interface`` argument is taken into consideration. See
`story 2005118 <https://storyboard.openstack.org/#!/story/2005118>`_.