Skip to content

Commit b96218c

Browse files
Update network_config.cfg in examples.
1. remove network:, as this is automatically added when loading from the network-config in the iso 2. match format in https://cloudinit.readthedocs.io/en/latest/topics/network-config-format-v2.html#network-config-v2
1 parent 5c01d18 commit b96218c

File tree

2 files changed

+8
-14
lines changed

2 files changed

+8
-14
lines changed
Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
network:
2-
version: 2
3-
config:
4-
- type: physical
5-
name: ens3
6-
subnets:
7-
- type: dhcp
1+
version: 2
2+
ethernets:
3+
ens3:
4+
dhcp4: true
Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
network:
2-
version: 2
3-
config:
4-
- type: physical
5-
name: ens3
6-
subnets:
7-
- type: dhcp
1+
version: 2
2+
ethernets:
3+
ens3:
4+
dhcp4: true

0 commit comments

Comments
 (0)