Comment 1 for bug 1498982

Revision history for this message
James Tunnicliffe (dooferlad) wrote :

Default VPC with addressable containers on, earlier revision (before the changes that the above error is created from):

machine-1[9862]: 2015-09-23 16:47:50 INFO juju.provisioner.lxc lxc-broker.go:87 starting lxc container for machineId: 1/lxc/0
machine-1[9862]: 2015-09-23 16:47:50 DEBUG juju.provisioner lxc-broker.go:101 trying to allocate static IP for container "1/lxc/0"
machine-1[9862]: 2015-09-23 16:47:50 DEBUG juju.provisioner lxc-broker.go:546 trying to allocate a static IP for container "1/lxc/0"
machine-1[9862]: 2015-09-23 16:47:55 WARNING juju.provisioner lxc-broker.go:529 failed configuring a static IP for container "1/lxc/0": cannot allocate addresses: no interfaces available
machine-1[9862]: 2015-09-23 16:47:55 INFO juju.provisioner lxc-broker.go:113 not allocating static IP for container "1/lxc/0": cannot allocate addresses: no interfaces available
machine-1[9862]: 2015-09-23 16:47:55 DEBUG juju.service discovery.go:65 discovered init system "upstart" from series "trusty"
machine-1[9862]: 2015-09-23 16:47:55 DEBUG juju.container.lxc lxc.go:421 creating lxc container "juju-machine-1-lxc-0"

I think this is the same as the log when we don't have a default VPC. Will need to check that next.