Github user rajesh-battala commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1859#discussion_r93746791 --- Diff: plugins/hypervisors/xenserver/src/com/cloud/hypervisor/xenserver/resource/wrapper/xenbase/CitrixStartCommandWrapper.java --- @@ -87,7 +87,15 @@ public Answer execute(final StartCommand command, final CitrixResourceBase citri final Host host = Host.getByUuid(conn, citrixResourceBase.getHost().getUuid()); vm = citrixResourceBase.createVmFromTemplate(conn, vmSpec, host); - + //Add xenstore data for the NetscalerVM +/* if(vmSpec.getType()== VirtualMachine.Type.NetScalerVm) { --- End diff -- Remove this unused/commented code
--- 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. ---