Commit 62e18750 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

ceph python module should be present in site-packages directly for python to...

ceph python module should be present in site-packages directly for python to be able to find it properly
parent b92086e1
......@@ -78,6 +78,7 @@ all: ceph-config ceph-sudoer
install -v -Dm755 ceph-mon-bootstrap /usr/sbin/ceph-mon-bootstrap
ln -s ../dist /usr/share/ceph/mgr/dashboard/frontend/dist/en-US
ln -s /usr/lib/python3.8/site-packages/ceph-1.0.0-py3.8.egg/ceph /usr/lib/python3.8/site-packages/ceph
@echo "$$CEPH_CONFIG" > /etc/config/ceph
install -v -Dm755 ceph /usr/share/easycwmp/functions
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment