简体   繁体   中英

Openstack compute node not shown as hypervisor

I recently set up an devstack environment and added another compute node. The compute node is not shown as an hypervisor as seen here:

This is the output of openstack hypervisor list

+----+---------------------+-----------------+--------------+-------+ | ID | Hypervisor Hostname | Hypervisor Type | Host IP | State | +----+---------------------+-----------------+--------------+-------+ | 1 | openstack-1 | QEMU |0.0.0.0 | up | +----+---------------------+-----------------+--------------+-------+

The compute node is correctly shown in horizon under the compute node section. How do I solve this problem?

1st试试这个命令

# su -s /bin/sh -c "nova-manage cell_v2 discover_hosts --verbose" nova

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM