When bootstrapping on some Openstacks, it fails:
10:25:29 ERROR cmd supercommand.go:458 failed to bootstrap model: cannot
start bootstrap instance: cannot allocate a public IP as needed: *could not
find an external network in availablity zone*
10:25:29 DEBUG cmd supercommand.go:459 (error details: [{
github.com/juju/juju/cmd/juju/commands/bootstrap.go:556: failed to
bootstrap model} {github.com/juju/juju/provider/common/bootstrap.go:47: } {
github.com/juju/juju/provider/common/bootstrap.go:178: cannot start
bootstrap instance} {github.com/juju/juju/provider/openstack/provider.
go:1089: cannot allocate a public IP as needed} {github.com/juju/juju/
provider/openstack/networking.go:137: could not find an external network in
availablity zone}])
The root cause is an issue in goose
https://github.com/go-goose/goose/issues/38
How do you reproduce this?