Comment 12 for bug 1225922

Revision history for this message
Josh Boon (josh-boon) wrote :

Here's what I have in meta-data:

#cloud-config
network-interfaces: |
  auto eth0
  iface eth0 inet static
  address 192.168.100.55
  network 192.168.100.0
  netmask 255.255.255.0
  broadcast 192.168.100.255
  gateway 192.168.100.1
  dns-nameservers $DNS
  dns-search $DOMAIN

You should be able to drop the DNS if you're managing that elsewhere.