From 18a57d7002ac07bc86ddf6c3c6eeeaa45d9d2d43 Mon Sep 17 00:00:00 2001 From: Sebastien Badia Date: Wed, 22 Jan 2014 18:14:33 +0100 Subject: [PATCH] [indentity] Fix missing variable (scope) --- manifests/identity.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/identity.pp b/manifests/identity.pp index 3490dd11..f6296771 100644 --- a/manifests/identity.pp +++ b/manifests/identity.pp @@ -343,6 +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, + $ks_glance_public_port = $os_params::ks_glance_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,