summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorGuang Yee <guang.yee@suse.com>2019-03-01 10:57:04 -0800
committerEric Fried <openstack@fried.cc>2019-03-06 17:16:52 +0000
commitd6eea403cbf0d11b06acbecc704f422a7e278462 (patch)
treebcf1bb9a7d5777b781fda356d189cc11cf5646b7 /releasenotes
parentfdba8ed994bcbf1b3fc82803ccec49faf505b081 (diff)
downloadpython-ironicclient-d6eea403cbf0d11b06acbecc704f422a7e278462.tar.gz
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
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/pass-interface-argument-deb92e3feb0bf051.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/pass-interface-argument-deb92e3feb0bf051.yaml b/releasenotes/notes/pass-interface-argument-deb92e3feb0bf051.yaml
new file mode 100644
index 0000000..afebe7e
--- /dev/null
+++ b/releasenotes/notes/pass-interface-argument-deb92e3feb0bf051.yaml
@@ -0,0 +1,7 @@
+---
+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>`_.