-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/23882/
-----------------------------------------------------------
(Updated July 24, 2014, 8:13 p.m.)
Review request for cloudstack and Girish Shilamkar.
Bugs: CLOUDSTACK-7125
https://issues.apache.org/jira/browse/CLOUDSTACK-7125
Repository: cloudstack-git
Description
-------
After creating snapshot, added check if the snapshot is in backed up state or
not using the library function already availble in base.py.
Earlier this check was not done and directly template was created from
snapshot. When snapshot is not backedup state, then template creation will fail.
Diffs
-----
test/integration/component/test_blocker_bugs.py ba15b18
Diff: https://reviews.apache.org/r/23882/diff/
Testing
-------
Did not run the test cases as already existing library function is used.
Checked for sytax/import errors using pyflakes and python command.
Thanks,
Gaurav Aradhye