Removed local patches

These patches make assumptions that are a bit too liberal.
As these cookbooks are more widely used, these should be
moved into a wrapper cookbook.

Change-Id: I5348876712418a520659aab606065e5a5b288d99
This commit is contained in:
John Dewey
2013-05-14 20:53:04 -07:00
parent 4a68fb3b78
commit 36e51d8963
10 changed files with 2 additions and 1846 deletions

View File

@@ -100,40 +100,3 @@ template "/etc/tgt/targets.conf" do
notifies :restart, "service[iscsitarget]", :immediately
end
cookbook_file "/usr/share/pyshared/cinder/openstack/common/fileutils.py" do
source "fileutils_new-b322585613c21067571442aaf9e4e6feb167832b.py"
mode 00644
owner "root"
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
owner "root"
group "root"
end
cookbook_file "/usr/share/pyshared/cinder/openstack/common/lockutils.py" do
source "lockutils_new-6dda4af1dd50582a0271fd6c96044ae61af9df7e.py"
mode 00644
owner "root"
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
owner "root"
group "root"
notifies :restart, "service[cinder-volume]"
end