diff options
author | Zuul <zuul@review.openstack.org> | 2019-03-13 12:08:39 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2019-03-13 12:08:39 +0000 |
commit | 2529ddfbe7940e90548175d6e2032383c38cda8f (patch) | |
tree | b67f1e3b1a0736296e9e9c965d88f0b8a96a0c87 /releasenotes | |
parent | 141eb3e814e41b8d0587ccd01fb6c615618d2d20 (diff) | |
parent | e082bdc166cb8215576801e0c89ef1fe771681ed (diff) | |
download | nova-2529ddfbe7940e90548175d6e2032383c38cda8f.tar.gz |
Merge "pass endpoint interface to Ironic client"
Diffstat (limited to 'releasenotes')
-rw-r--r-- | releasenotes/notes/set-endpoint-interface-for-ironicclient-a0b6b8f8dedc7341.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/releasenotes/notes/set-endpoint-interface-for-ironicclient-a0b6b8f8dedc7341.yaml b/releasenotes/notes/set-endpoint-interface-for-ironicclient-a0b6b8f8dedc7341.yaml new file mode 100644 index 0000000000..00c5b3f5e3 --- /dev/null +++ b/releasenotes/notes/set-endpoint-interface-for-ironicclient-a0b6b8f8dedc7341.yaml @@ -0,0 +1,9 @@ +--- +fixes: + - | + [`bug 1818295 <https://bugs.launchpad.net/nova/+bug/1818295>`_] + Fixes the problem with endpoint lookup in Ironic driver where only public + endpoint is possible, which breaks deployments where the controllers have + no route to the public network per security requirement. Note that + python-ironicclient fix I610836e5038774621690aca88b2aee25670f0262 must + also be present to resolve the bug. |