Change the default value of sysinv-api bind host
The default sysinv-api bind host value was changed from "0.0.0.0" to "::" to support both IPV4 and IPV6. Change-Id: I072cda6df02f49a94d94871a9f19800f106f49dc Closes-Bug: 1833459 Signed-off-by: Yi Wang <yi.c.wang@intel.com>
This commit is contained in:
parent
eaf25e1f14
commit
89728b15ec
@ -171,7 +171,7 @@ class sysinv::api (
|
|||||||
$openstack_auth_type = 'password',
|
$openstack_auth_type = 'password',
|
||||||
$service_port = '5000',
|
$service_port = '5000',
|
||||||
$package_ensure = 'latest',
|
$package_ensure = 'latest',
|
||||||
$bind_host = '0.0.0.0',
|
$bind_host = '::',
|
||||||
$pxeboot_host = undef,
|
$pxeboot_host = undef,
|
||||||
$enabled = true
|
$enabled = true
|
||||||
) {
|
) {
|
||||||
|
Loading…
Reference in New Issue
Block a user