Merge "Change the default value of sysinv-api bind host"

This commit is contained in:
Zuul 2019-07-09 12:44:58 +00:00 committed by Gerrit Code Review
commit d86899bd7a
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
) {