diff --git a/chef/cookbooks/openstack-block-storage/recipes/volume.rb b/chef/cookbooks/openstack-block-storage/recipes/volume.rb index 7c1e674..487a5d2 100644 --- a/chef/cookbooks/openstack-block-storage/recipes/volume.rb +++ b/chef/cookbooks/openstack-block-storage/recipes/volume.rb @@ -61,6 +61,8 @@ directory "/var/lock/cinder" do mode 00700 end +execute "cinder-manage db sync" + case node["openstack"]["block-storage"]["volume"]["driver"] when "cinder.volume.drivers.netapp.iscsi.NetAppISCSIDriver" node.override["openstack"]["block-storage"]["netapp"]["dfm_password"] = service_password "netapp"