summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmorphlib/exts/simple-network.configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/exts/simple-network.configure b/morphlib/exts/simple-network.configure
index b658851b..c6a83312 100755
--- a/morphlib/exts/simple-network.configure
+++ b/morphlib/exts/simple-network.configure
@@ -46,7 +46,7 @@ class SimpleNetworkConfigurationExtension(cliapp.Application):
def process_args(self, args):
network_config = os.environ.get(
- "NETWORK_CONFIG", "lo:loopback;eth0:dhcp,hostname=$(hostname)")
+ "NETWORK_CONFIG", "lo:loopback;e*:dhcp")
self.status(msg="Processing NETWORK_CONFIG=%(nc)s", nc=network_config)