----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/20774/ -----------------------------------------------------------
Review request for cloudstack, Abhinandan Prateek, Frank Zhang, and Murali Reddy. Bugs: https://issues.apache.org/jira/browse/CLOUDSTACK-6271 https://issues.apache.org/jira/browse/https://issues.apache.org/jira/browse/CLOUDSTACK-6271 Repository: cloudstack-git Description ------- Especially on windows When you install cloud stack at the patch where your path contains white spaces in it then cloud-setup-databases is failing due to the white spaces in the path. Fixed this issue. Also missed copying python lib to "<Python install path>/Lib/site-packages". Fixed this issue as well. Diffs ----- client/pom.xml 5038e66 scripts/installer/windows/acs.wxs f959f1c setup/bindir/cloud-setup-databases.in dd22e56 Diff: https://reviews.apache.org/r/20774/diff/ Testing ------- Tested it on windows 2012 R2 server. Tested python script on linux environment as well for the following 2 cases 1. Having spaces in the path 2. not having spaces in the path. Thanks, Damodar Reddy Talakanti