----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13806/#review25718 -----------------------------------------------------------
Commit de86e5e63dcb5f11c139acf4f0f027fbecbaa00d in branch refs/heads/4.2-forward from Girish Shilamkar [ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=de86e5e ] CLOUDSTACK-4407: Use extractTemplate API to get hypervisor specific template information Template url, hypervisor and format were defined in Service class to be Xenserver specific and therefore registering a new template failed on Vmware and KVM. Fixed this to get hypervisor specific info for registering new template. Signed-off-by: Prasanna Santhanam <t...@apache.org> (cherry picked from commit 20256706b376551fe8993ee2e73c61df31dcb6de) - ASF Subversion and Git Services On Aug. 28, 2013, 8:02 a.m., Girish Shilamkar wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/13806/ > ----------------------------------------------------------- > > (Updated Aug. 28, 2013, 8:02 a.m.) > > > Review request for cloudstack and Prasanna Santhanam. > > > Bugs: CLOUDSTACK-4407 > > > Repository: cloudstack-git > > > Description > ------- > > Template url, hypervisor and format were defined in Service class to be > Xenserver specific > and therefore registering a new template failed on Vmware and KVM. > Fixed this to get hypervisor specific info for registering new template. > > TODO: Update other tests to use the new function get_builtin_template_info > > > Diffs > ----- > > test/integration/component/test_templates.py e4599d4 > tools/marvin/marvin/integration/lib/base.py b5d086b > tools/marvin/marvin/integration/lib/common.py 4f5acef > > Diff: https://reviews.apache.org/r/13806/diff/ > > > Testing > ------- > > > Thanks, > > Girish Shilamkar > >