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' }