LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Virtualization and Cloud (https://www.linuxquestions.org/questions/linux-virtualization-and-cloud-90/)
-   -   VM (https://www.linuxquestions.org/questions/linux-virtualization-and-cloud-90/vm-4175646452/)

linuly 01-18-2019 05:39 AM

VM
 
hi,
in openstack we have in compute-0:

[root@overcloud-compute-0 ~]# virsh list
Id Name State
----------------------------------------------------
10 instance-000001ba running
11 instance-000001c0 running

in heat -dashboard under instances tab is nothing.why this?

from dashboard can i create and see VM running in compute?
if i create in compute a VM with virt-manager can i see it with dasboard?
or openstack image list?
tnx

berndbausch 01-18-2019 08:51 AM

Quote:

Originally Posted by linuly (Post 5950511)
hi,
in openstack we have in compute-0:

[root@overcloud-compute-0 ~]# virsh list
Id Name State
----------------------------------------------------
10 instance-000001ba running
11 instance-000001c0 running

in heat -dashboard under instances tab is nothing.why this?

Heat is the orchestration service. It will only show you resources that were launched via a Heat stack.

The dashboard only shows you the instances that belong to your project. Are you sure that the two vms on compute-0 belong to that project?
Quote:

from dashboard can i create and see VM running in compute?
Yes.
Quote:

if i create in compute a VM with virt-manager can i see it with dasboard?
or openstack image list?
No. And by the way, openstack image list shows images, not instances.


All times are GMT -5. The time now is 05:24 PM.