diff --git a/recipes/volume.rb b/recipes/volume.rb index 07c2399..ee02f90 100644 --- a/recipes/volume.rb +++ b/recipes/volume.rb @@ -104,6 +104,10 @@ cookbook_file "/usr/share/pyshared/cinder/openstack/common/fileutils.py" do group "root" end +link "/usr/lib/python2.7/dist-packages/cinder/openstack/common/fileutils.py" do + to "/usr/share/pyshared/cinder/openstack/common/fileutils.py" +end + cookbook_file "/usr/share/pyshared/cinder/openstack/common/gettextutils.py" do source "gettextutils_new-8e450aaa6ba1a2a88f6326c2e8d285d00fd28691.py" mode 00644 @@ -118,6 +122,10 @@ cookbook_file "/usr/share/pyshared/cinder/openstack/common/lockutils.py" do group "root" end +link "/usr/lib/python2.7/dist-packages/cinder/openstack/common/lockutils.py" do + to "/usr/share/pyshared/cinder/openstack/common/lockutils.py" +end + cookbook_file node["cinder"]["netapp"]["driver"] do source "netapp_new-42cdc4d947a73ae6a3dbbaab36634e425b57c18c.py" mode 00644