why my controller node in hypervisor-list
Hi,
I try to build multi-node cluster IaaS system by devstack. When I finished and tested it.
I found that some instances launch into controller node.
I use nova hypervisor-list command to check, the following is respond: +----+---------------------+ | ID | Hypervisor hostname | +----+---------------------+ | 1 | controller | | 2 | node1 | +----+---------------------+
how can I let all instances launch into compute node (node1)?