Merge "Free dcdbsync openstack instance port for https admin endpoint"

This commit is contained in:
Zuul 2020-04-14 20:36:17 +00:00 committed by Gerrit Code Review
commit 6a50be8449
2 changed files with 3 additions and 3 deletions

View File

@ -60,7 +60,7 @@
#
# [*bind_port*]
# (optional) The dcorch dbsync api port
# Defaults to 8220
# Defaults to 8229
#
# [*package_ensure*]
# (optional) The state of the package
@ -93,7 +93,7 @@ class dcdbsync::openstack_api (
$auth_type = 'password',
$package_ensure = 'latest',
$bind_host = '0.0.0.0',
$bind_port = 8220,
$bind_port = 8229,
$enabled = false
) {

View File

@ -1,6 +1,6 @@
class platform::dcdbsync::params (
$api_port = 8219,
$api_openstack_port = 8220,
$api_openstack_port = 8229,
$region_name = undef,
$service_create = false,
$service_enabled = false,