创建虚机: First, quickly create a virtual switch for your virtual machines (VMs) to share, so they will be able to connect to each other. Launch Hyper-V Manager Click Virtual Switch Manager in the right-hand menu Click Create Virtual Switch of type Exter
参考网站 a) https://zhuanlan.zhihu.com/p/24833574?utm_source=tuicool&utm_medium=referral b) https://github.com/yosinski/deep-visualization-toolbox c) https://zhuanlan.zhihu.com/p/22129880?refer=startdl d) http://jingyan.baidu.com/article/8ebacd
nova start 虚机的代码流程分析,以ocata版本为分析基础1.nova api服务接受用户下发的 nova start启动虚机请求其对应的http restfull api接口为post /servers/{server_id}/action发送的action为os-start nova/api/openstack/compute/servers.py class ServersController(wsgi.Controller): def _start_server(self, r