Github user syed commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1711#discussion_r90680829 --- Diff: plugins/hypervisors/xenserver/src/com/cloud/hypervisor/xenserver/discoverer/XcpServerDiscoverer.java --- @@ -410,6 +409,8 @@ else if (prodBrand.equals("XenServer") && prodVersion.equals("6.1.0")) return new XenServer610Resource(); else if (prodBrand.equals("XenServer") && prodVersion.equals("6.5.0")) return new XenServer650Resource(); + else if (prodBrand.equals("XenServer") && prodVersion.equals("7.0.0")) + return new XenServer700Resource(); --- End diff -- Looks good @karuturi . Thanks for the PR. Can you open it against my branch (syed/cloudstack:xenserver7) so that I can merge it in this PR?
--- 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. ---