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

    https://github.com/apache/cloudstack/pull/1578#discussion_r77754469
  
    --- Diff: 
plugins/network-elements/nuage-vsp/src/com/cloud/agent/api/guru/ReserveVmInterfaceVspCommand.java
 ---
    @@ -19,25 +19,29 @@
     
     package com.cloud.agent.api.guru;
     
    -import com.cloud.agent.api.Command;
    +import net.nuage.vsp.acs.client.api.model.VspDhcpVMOption;
     import net.nuage.vsp.acs.client.api.model.VspNetwork;
     import net.nuage.vsp.acs.client.api.model.VspNic;
     import net.nuage.vsp.acs.client.api.model.VspStaticNat;
     import net.nuage.vsp.acs.client.api.model.VspVm;
     
    +import com.cloud.agent.api.Command;
    +
     public class ReserveVmInterfaceVspCommand extends Command {
     
         private final VspNetwork _network;
         private final VspVm _vm;
         private final VspNic _nic;
         private final VspStaticNat _staticNat;
    +    private final  VspDhcpVMOption _dhcpOption;
    --- End diff --
    
    ``private final VspNetwork`` and ``private final VspNetwork _network`` 
appear many of these command classes.  Would it make it sense to consolidate 
these commonalities in a VSP abstract command class?


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