diff --git a/recipes/api.rb b/recipes/api.rb index 89f63f9..d8bf780 100644 --- a/recipes/api.rb +++ b/recipes/api.rb @@ -51,7 +51,6 @@ end execute "cinder-manage db sync" do command "cinder-manage db sync" - not_if "cinder-manage db version && test $(cinder-manage db version) -gt 0" action :nothing end