compute: change param source for glance_port
Signed-off-by: Emilien Macchi <emilien.macchi@enovance.com>
This commit is contained in:
parent
7e2e90ab29
commit
8a99b7acfd
@ -63,8 +63,7 @@ class privatecloud::compute(
|
|||||||
$rabbit_hosts = $os_params::rabbit_hosts,
|
$rabbit_hosts = $os_params::rabbit_hosts,
|
||||||
$rabbit_password = $os_params::rabbit_password,
|
$rabbit_password = $os_params::rabbit_password,
|
||||||
$ks_glance_internal_host = $os_params::ks_glance_internal_host,
|
$ks_glance_internal_host = $os_params::ks_glance_internal_host,
|
||||||
#TODO(EmilienM) maybe pick ks_glance_public_port ?
|
$glance_port = $os_params::ks_glance_internal_port,
|
||||||
$glance_port = $os_params::glance_port,
|
|
||||||
$verbose = $os_params::verbose,
|
$verbose = $os_params::verbose,
|
||||||
$debug = $os_params::debug
|
$debug = $os_params::debug
|
||||||
) {
|
) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user