Merge "Free dcdbsync openstack instance port for https admin endpoint"
This commit is contained in:
commit
6a50be8449
@ -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