GitHub user gauravaradhye opened a pull request: https://github.com/apache/cloudstack/pull/272
CLOUDSTACK-8492: Fix dictionary access issue in createChecksum method common.py The hypervisor string is not converted to lowercase, hence it's failing for some hypervisors while trying to access element in dictionary "volume_write_path". Added lower() conversion. You can merge this pull request into a Git repository by running: $ git pull https://github.com/gauravaradhye/cloudstack 8492 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/272.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #272 ---- commit 79c641b9de76820201758610bab5e178041b463e Author: Gaurav Aradhye <gaurav.arad...@clogeny.com> Date: 2015-05-21T06:51:35Z CLOUDSTACK-8492: Fix dictionary access issue in createChecksum method - common.py ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---