I am setting up Apache CloudStack 4.5 on my VM, which is running CentOS 6.7 with hypervisor Oracle VM VirtualBox.
After I have downloaded all the files from GitHub and set up the environment of CloudStack, I executed python /root/cldstk-deploy/cldstkdeploy.py --get all
, python /root/cldstk-deploy/cldstkdeploy.py --setup all
and everything worked fine.
But when I execute python /root/cldstk-deploy/cldstkdeploy.py
to do the all-in-one deployment, I get the error cannot import name PlayBook after I say yes to start the installation.
Any ideas?
Thanks in advance!