acb4b2a2ec
The actual reason is that cloud-init re-applies its metadata again and again. Wiping out all the metadata from datasource resolves the issue. Change-Id: I0d1912da504df959e36c316ed09effaf1bcb682f Closes-Bug: #1398207
12 lines
391 B
Django/Jinja
12 lines
391 B
Django/Jinja
# instance-id will be autogenerated
|
|
# instance-id: iid-abcdefg
|
|
#network-interfaces: |
|
|
# auto {{ common.admin_iface_name|default("eth0") }}
|
|
# iface {{ common.admin_iface_name|default("eth0") }} inet static
|
|
# address {{ common.admin_ip }}
|
|
# # network 192.168.1.0
|
|
# netmask {{ common.admin_mask }}
|
|
# # broadcast 192.168.1.255
|
|
# # gateway 192.168.1.254
|
|
hostname: {{ common.hostname }}
|