Fix bug on cluster.pp
Change-Id: I7a38c201d65c062902f533dce7f61f58b292d653 (cherry picked from commit dae3ddca0cbebe67e2f22a98922c78a152b5851a)
This commit is contained in:
parent
c93158418e
commit
172b3c6509
@ -221,7 +221,7 @@ class midonet::cluster (
|
||||
service_ensure => $service_ensure,
|
||||
service_enable => $service_enable,
|
||||
cluster_config_path => $cluster_config_path,
|
||||
cluster_jvm_config_path => $cluster_config_path,
|
||||
cluster_jvm_config_path => $cluster_jvm_config_path,
|
||||
cluster_host => $cluster_host,
|
||||
cluster_port => $cluster_port,
|
||||
max_heap_size => $max_heap_size,
|
||||
|
Loading…
x
Reference in New Issue
Block a user