Github user ustcweizhou commented on the issue:

    https://github.com/apache/cloudstack/pull/1659
  
    @murali-reddy FYI
    ```
    diff --git a/systemvm/patches/debian/config/opt/cloud/bin/merge.py 
b/systemvm/patches/debian/config/opt/cloud/bin/merge.py
    index c6ed190..7f3dbbc 100755
    --- a/systemvm/patches/debian/config/opt/cloud/bin/merge.py
    +++ b/systemvm/patches/debian/config/opt/cloud/bin/merge.py
    @@ -217,6 +217,9 @@ class updateDataBag:
             elif (self.qFile.data['cmd_line']['type'] == "dhcpsrvr"):
                 self.processCLItem('0', "guest")
                 self.processCLItem('1', "control")
    +        elif (self.qFile.data['cmd_line']['type'] == "ilbvm"):
    +            self.processCLItem('0', "guest")
    +            self.processCLItem('1', "control")
             return cs_cmdline.merge(dbag, self.qFile.data)
    
         def processCLItem(self, num, nw_type):
    ```


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