Github user DaanHoogland commented on a diff in the pull request:

    https://github.com/apache/cloudstack/pull/562#discussion_r34352466
  
    --- Diff: 
plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/resource/VmwareResource.java
 ---
    @@ -5035,9 +5039,16 @@ public VmwareHypervisorHost 
getHyperHost(VmwareContext context) {
         @Override
         public VmwareContext getServiceContext(Command cmd) {
             VmwareContext context = null;
    +        int vCenterSessionTimeout;
    +        if (cmd != null && cmd.getContextParam("vCenterSessionTimeout") != 
null) {
    +            vCenterSessionTimeout = 
NumbersUtil.parseInt(cmd.getContextParam("vCenterSessionTimeout"), 1200000);
    --- End diff --
    
    why not use _vCenterSessionTimeout here?


---
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.
---

Reply via email to