bifrost/releasenotes/notes/use_public_urls_endpoints-1220a7f4164696c3.yaml
Olivier Bourdon b1cb14bb4a Add possibility to use proper public URLs for endpoints
This fixes Ironic configuration when Keystone is enabled.
Without this fix, provisioning of nodes will stop
after waiting for further informations as IPA
will be using default address (http://127.0.0.1:6585)
because proper values are not present in Ironic database.

Change-Id: I4c733dba8e65fe624c9de5b9c5722cef2df59109
2018-09-24 10:38:46 +02:00

14 lines
523 B
YAML

---
features:
- |
By adding extra boolean variable ``-e use_public_urls=true``
Bifrost, if used with Keystone enabled, will configure
public services endpoints (for Keystone, Ironic and Ironic
Inspector) to contain the public IP address of the node
where Bifrost is running in replacement of the default
values which are set to point to localhost.
The default behaviour is kept unchanged, which means that
services public endpoints will contain references to
localhost aka 127.0.0.1.