Merge pull request #47 from bodepd/restart_nova_api_for_rate_limits

restart nova-api
This commit is contained in:
Dan Bode
2013-02-25 13:25:05 -08:00

View File

@@ -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