openstack 命令行管理二十 - instance novnc 访问管理 (备忘)

查询实例访问方法
[root@station140 nova(keystone_admin)]# nova get-vnc-console terry_instance1 novnc
+-------+-------------------------------------------------------------------------------------+
| Type  | Url                                                                                 |
+-------+-------------------------------------------------------------------------------------+
| novnc | http://192.168.48.140:6080/vnc_auto.html?token=ee1931a2-35ed-4e04-901b-47bf60e7576d |
+-------+-------------------------------------------------------------------------------------+

上述 URL 可通过 chrome 进行访问,  IE 估计有问题

你可能感兴趣的:(openstack)