mirror of
https://github.com/apache/cloudstack
synced 2026-08-02 05:26:35 +00:00
VR type in shared network is dhcpsrvr. Ips are being removed due to this issue
Signed-off-by: wilderrodrigues <wrodrigues@schubergphilis.com> This closes #627
This commit is contained in:
parent
6c3c9ea915
commit
90137acda2
@ -182,6 +182,9 @@ class updateDataBag:
|
||||
self.processCLItem('2', "public")
|
||||
elif (self.qFile.data['cmd_line']['type'] == "vpcrouter"):
|
||||
self.processCLItem('0', "control")
|
||||
elif (self.qFile.data['cmd_line']['type'] == "dhcpsrvr"):
|
||||
self.processCLItem('0', "guest")
|
||||
self.processCLItem('1', "control")
|
||||
return cs_cmdline.merge(dbag, self.qFile.data)
|
||||
|
||||
def processCLItem(self, num, nw_type):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user