From 982a167827fa8240422f5388af3ca09e5c952169 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Mon, 3 Feb 2014 09:32:50 +0100 Subject: [PATCH] identity: update glance api public port Close #136 Signed-off-by: Emilien Macchi --- manifests/identity.pp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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,