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:
Yi Wang 2019-06-28 13:40:36 +08:00
parent eaf25e1f14
commit 89728b15ec
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ class sysinv::api (
$openstack_auth_type = 'password',
$service_port = '5000',
$package_ensure = 'latest',
$bind_host = '0.0.0.0',
$bind_host = '::',
$pxeboot_host = undef,
$enabled = true
) {