mirror of https://github.com/apache/cloudstack.git
Merge remote-tracking branch 'origin/4.11'
This commit is contained in:
commit
7a0f7ab6d2
|
|
@ -236,7 +236,7 @@ class updateDataBag:
|
|||
if('localgw' in self.qFile.data['cmd_line']):
|
||||
dp['gateway'] = self.qFile.data['cmd_line']['localgw']
|
||||
else:
|
||||
dp['gateway'] = 'None'
|
||||
dp['gateway'] = ''
|
||||
dp['nic_dev_id'] = num
|
||||
dp['nw_type'] = nw_type
|
||||
qf = QueueFile()
|
||||
|
|
|
|||
Loading…
Reference in New Issue