cinder-manage db sync was never running

Set to always execute since idempotent
This commit is contained in:
John Dewey 2013-01-12 10:09:29 -08:00
parent 1f9b7ad174
commit bfd60affa2
1 changed files with 1 additions and 5 deletions

View File

@ -49,11 +49,7 @@ service "cinder-api" do
action :enable
end
execute "cinder-manage db sync" do
command "cinder-manage db sync"
action :nothing
end
execute "cinder-manage db sync"
db_user = node["cinder"]["db"]["username"]
db_pass = db_password "cinder"