passing static IP to JUJU bootstrap lxd localhost

Hi,

Seems "juju bootstrap localhost lxd-controller --debug" will create new lxd container “juju-xxxxx-0” with “default” profile’s bridge “lxdbr0”.

But, how to pass static IP to juju bootstrap to create lxd container with static ip from external “br0”. If the br0 is dhcp assigned, then controller will be created successfully. But if it is static, it will stuck at “waiting for address”.

i.e. I need to have static IP assigned to juju-controller from external br0.

Thank you.