Limit vino network cloud-init types to ipv4

Change-Id: Ia1088e97fcddf06e8362d3a1b0239fdc689d4023
This commit is contained in:
Kostiantyn Kalynovskyi 2021-06-18 01:16:02 +00:00 committed by Kostyantyn Kalynovskyi
parent 65be6e300b
commit d1e305ef6b
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ stringData:
networks:
{{- range .Networks }}
- id: {{ .Name }}
type: {{ .Type }}
type: ipv4
link: {{ index $netToIface .Name }}
ip_address: {{ index $netToIp .Name }}
netmask: {{ index $netToNetmask .Name }}