bifrost/releasenotes/notes/allow-custom-private-endpoints-ip-b4f29647569a15ce.yaml
Olivier Bourdon a13a599feb Allow customization of internal endpoints IP address
This will replace the default 127.0.0.1 by say a potential
Ironic internal network IP address.

Change-Id: I4ea97c574fa27b6a3639cbda5d129c9cd0ceb16a
2018-10-03 11:28:04 +02:00

13 lines
492 B
YAML

---
features:
- |
By adding extra string variable ``-e private_ip=8.8.8.8``
Bifrost, if used with Keystone enabled, will configure
private/internal services endpoints (for Keystone, Ironic and Ironic
Inspector) to contain this private IP address in replacement
of the default values which are set to point to localhost.
The default behaviour is kept unchanged, which means that
services private endpoints will contain references to
localhost aka 127.0.0.1.