zdc253212956 发表于 2018-6-2 11:42:49

如何用OpenStack启动Windows虚拟机

  OpenStack中的Windows镜像需要装Cloudbase-init的脚本。
  1. 从这里下载已经做好的Windows镜像文件 http://www.cloudbase.it/ws2012r2
  2. 如果你用RDO安装OpenStack的话,source keystonerc_admin
  3. 导入虚拟机 glance image-create --name=windows_server_2012 --disk-format=qcow2 --container-format=bare < windows_server_2012_r2_standard_eval_kvm_20131117.qcow2
  4. 启动VM,并记下instance的名字和launc用的key的名字
  5. nova get-password <instance> <private key>
  比如
  # nova get-password windows ucs30.pem
8itUhS9at7rS6q
  6. VM启动好之后就可以用remote desktop连接VM,初始用户名是'Admin', 密码在上一步得到,这个例子里的密码就是8itUhS9at7rS6q。
页: [1]
查看完整版本: 如何用OpenStack启动Windows虚拟机