added a symlink from /usr/lib/python2.7 to /usr/share/pyshared/

This commit is contained in:
alop
2013-03-12 16:31:20 -07:00
parent 1aae871876
commit a0654ee6f9

View File

@@ -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