Re: [lxc-users] cloud-init network config error

2017-03-15 Thread Sergiusz Pawlowicz
On Tue, Mar 14, 2017 at 8:49 PM, wrote: > #cloud-config.yml > network: > version: 1 > config: > - type: physical > name: eth0 > subnets: > - type: static > ipv4: true > address: 10.10.10.20 > netmask:

[lxc-users] cloud-init network config error

2017-03-14 Thread Claude . Durocher
I'm trying to use cloud-init to control network configuration of a Lxd container. Here's the config I use: #cloud-config.yml network: version: 1 config: - type: physical name: eth0 subnets: - type: static ipv4: true address: 10.10.10.20