Problem on login the VM
Hi
I am following the steps on creating the VM in OPENSTACK MANUALS for RHEL/CENTOS, and I am able to create and boot up the image by command "nova boot --flavor 1 --key_name mykey --image 9e5c2bee-0373-414c-b4af-b91b0246ad3b --security_group default cirrOS".
The status of the VM is show below.
[root@compute1 ~]# nova list
+--------------------------------------+--------+--------+------------+-------------+----------------+
| ID | Name | Status | Task State | Power State | Networks |
+--------------------------------------+--------+--------+------------+-------------+----------------+
| 9656ec5c-714f-42e4-829b-68d4747f3413 | cirrOS | ACTIVE | None | Running | vmnet=10.0.0.2 |
+--------------------------------------+--------+--------+------------+-------------+----------------+
After that I tried to access the VM through ssh command, but I am failed.
[root@compute1 ~]# ssh 10.0.0.2 ssh: connect to host 10.0.0.2 port 22: No route to host
Need an urgent help here as I stuck in this step for several days already.
Thanks