assign network to availability zone or host (nova-network)
Hello,
I have 2 availability zones set up, each with one compute node..
I also have two networks. I created one for each AZ.
However, my second compute node (in it's own AZ) keeps trying to pull an IP from the first network. I want it to pull from the network i created for that AZ/compute node.
Each host is assigned to their respective AZ.
I have tried assigning the compute node to the second network with: nova network-associate-host <network_uid> <hypervisor_id> But it still tries to pull from the first network.
They are both set up as multi-host TRUE, but i'm not sure whether that is causing any issues..
Thanks,