Mike Tutkowski created CLOUDSTACK-2123:
------------------------------------------
Summary: DevCloud script deployDataCenter.py fails
Key: CLOUDSTACK-2123
URL: https://issues.apache.org/jira/browse/CLOUDSTACK-2123
Project: CloudStack
Issue Type: Bug
Security Level: Public (Anyone can view this level - this is the default.)
Components: Automation, Doc
Affects Versions: 4.2.0
Environment: Mac OS X 10.8.3
Reporter: Mike Tutkowski
Fix For: 4.2.0
I ran the following:
python ../marvin/marvin/deployDataCenter.py -i devcloud.cfg
It failed because the "requests" module was not available.
The way I fixed it was as follows:
sudo easy_install pip
sudo pip install requests
1) This might be a documentation issue.
2) This might be a lack of proper dependencies.
Thanks!
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira