Free dcdbsync openstack instance port for https admin endpoint
Currently dcdbsync instance for openstack is listening on port 8220. With the admin endpoint of dcdbsync instance for platform has https enabled and uses port 8220, the port of dcdbsync instance for openstack is updated to use 8229. Change-Id: Ie3d60164e4e81de8e53ad452d4dbeab7ce4a5058 Story: 2007347 Task: 39409 Signed-off-by: Andy Ning <andy.ning@windriver.com>
This commit is contained in:
parent
6060fb15cd
commit
3b7ab6010e
@ -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
|
||||
) {
|
||||
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user