From eb462139d0af91931dc44b21f961516ea6b5d2bc Mon Sep 17 00:00:00 2001 From: Dan Bode Date: Mon, 25 Feb 2013 13:23:52 -0800 Subject: [PATCH] restart nova-api to ensure that the ratelimiting config has actuall been applied to the service. Previously, it the service was not correctly updated. --- manifests/site.pp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/manifests/site.pp b/manifests/site.pp index c79175a..b6c9e98 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -306,6 +306,11 @@ node /tempest/ { if $::openstack_version == 'folsom' { # this assumes that tempest is being run on the same node # as the openstack controller + + service { 'nova-api': } + Nova_config<||> ~> Service['nova-api'] + Nova_paste_api_ini<||> ~> Service['nova-api'] + nova_config { 'api_rate_limit': value => 'false' } # remove rate limiting