=== utanner is now known as whereami [17:59] Hello all. I'm having a strange issue deploying a Juju controller on top of an OpenStack environment [17:59] The subnet the controller is on issues IPv4 addresses via DHCP and IPv6 via SLAAC [18:00] However, when it boots it does not acquire an IPv6 address as can be seen in the VM logs which results in the provisioning timing out [18:00] If I simply reboot the VM, it then correctly acquires a V6 address. This doesn't happen when I manually launch an instance on OpenStack with the exact same subnet and image (Ubuntu 20.04) [18:01] I'm honestly not sure if this is an issue with Juju or OpenStack [18:11] Nevermind, I found the issue [18:11] It needed the ICMPv6 ingress rule in the default security route to recieve RAs, which is not added by default [18:11] Bootstrapping with `--config use-default-secgroup=true` fixed the issue