From 849fd01402b93ea6d02d01ed40a100c6ffe3c352 Mon Sep 17 00:00:00 2001 From: Dan Bode Date: Mon, 25 Feb 2013 12:44:34 -0800 Subject: [PATCH] fix type Variable name was incorrect. Updated so that it retrieves the correct value for openstack_version --- manifests/site.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/site.pp b/manifests/site.pp index f9cd331..c79175a 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -303,7 +303,7 @@ node /compute/ { node /tempest/ { - if $version_to_test == 'folsom' { + if $::openstack_version == 'folsom' { # this assumes that tempest is being run on the same node # as the openstack controller nova_config { 'api_rate_limit': value => 'false' }