Merge "Add Danube Document Framework"
[bottlenecks.git] / utils / dev_env / deploy / meta-data.template
1 instance-id: iid-abcdeff
2 network-interfaces: |
3   # The primary network interface
4   auto eth0
5   iface eth0 inet static
6   address REPLACE_IPADDR
7   netmask 255.255.255.0
8   gateway REPLACE_GATEWAY
9   dns-nameservers 8.8.8.8
10 local-hostname: REPLACE_HOSTNAME
11