a13a599feb
This will replace the default 127.0.0.1 by say a potential Ironic internal network IP address. Change-Id: I4ea97c574fa27b6a3639cbda5d129c9cd0ceb16a
13 lines
492 B
YAML
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.
|