mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Stop ignoring eth0
This commit is contained in:
parent
dd6b643ceb
commit
c428d60e6b
@ -376,9 +376,6 @@ class CsDevice:
|
||||
vals = line.lstrip().split(':')
|
||||
if (not vals[0].startswith("eth")):
|
||||
continue
|
||||
# Ignore control interface for now
|
||||
if vals[0] == 'eth0':
|
||||
continue
|
||||
self.devlist.append(vals[0])
|
||||
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
cp /opt/cloud/testdata/* /etc/cloudstack
|
||||
/opt/cloud/bin/update_config.py cmd_line.json
|
||||
/opt/cloud/bin/update_config.py gn0001.json
|
||||
/opt/cloud/bin/update_config.py ips0001.json
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user