diff --git a/manifests/identity.pp b/manifests/identity.pp index d1a9da70..9ed71138 100644 --- a/manifests/identity.pp +++ b/manifests/identity.pp @@ -343,9 +343,7 @@ class cloud::identity ( $ks_glance_password = $os_params::ks_glance_password, $ks_glance_public_host = $os_params::ks_glance_public_host, $ks_glance_public_proto = $os_params::ks_glance_public_proto, - # TODO(Gonéri) will have to use os_params::ks_glance_api_public_port - # here in the future - $ks_glance_api_public_port = $os_params::ks_glance_public_port, + $ks_glance_api_public_port = $os_params::ks_glance_api_public_port, $ks_heat_admin_host = $os_params::ks_heat_admin_host, $ks_heat_internal_host = $os_params::ks_heat_internal_host, $ks_heat_password = $os_params::ks_heat_password,