Stop ignoring eth0

This commit is contained in:
Ian Southam 2014-08-11 15:25:15 +02:00 committed by wilderrodrigues
parent dd6b643ceb
commit c428d60e6b
2 changed files with 1 additions and 3 deletions

View File

@ -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])

View File

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