Re: [Openstack] can not access vm via vnc(grizzly)

2013-07-29 Thread Wangpan
+ the ip of Url is same as the config novncproxy_base_url = http://xxx.xxx.xxx.xxx:6080/vnc_auto.html in the nova.conf. then you can try to open the url in the browser like google chrome of firefox(html5/websocket should be supported). the vnc console will be open if there is no error. 2013-07-29

Re: [Openstack] can not access vm via vnc(grizzly)

2013-07-30 Thread Wangpan
what the result of CLI `virsh dumpxml ${instance-uuid}` execute on the host which instance is running? 2013-07-30 Wangpan 发件人:sam lee 发送时间:2013-07-30 11:23 主题:Re: [Openstack] can not access vm via vnc(grizzly) 收件人:"Mahardhika" 抄送:"Wangpan","openstack" No

[Openstack] [Nova] How to graceful shutdown a windows instance on kvm hypervisor?

2013-11-11 Thread Wangpan
Hi all, You know that the stop operation of nova will destroy the instance, and windows guest will perform a self-checking while booting after the destroy, the more serious problem is windows may run into blue screen situation. Do you have any good ideas for this issue? Thanks a lot! 2013-11-12

Re: [Openstack] [Nova] KVM Windows Guest disk hot plugging support.

2014-02-26 Thread Wangpan
thought windows 2008 has the same kernel with windows 7 (may be). 2014-02-27 Wangpan 发件人:Zuo Changqian 发送时间:2014-02-27 09:53 主题:Re: [Openstack] [Nova] KVM Windows Guest disk hot plugging support. 收件人:"Zhangleiqiang" 抄送:"Openstack@lists.openstack.org" I have tried, it would

Re: [Openstack] Why doesn't suspend release vCPUs/memory?

2014-06-23 Thread Wangpan
form will have no resources to supply eventually 2014-06-24 11:17 (UTC+8) Wangpan - Original Message - > From: Ricky Saltzer > To: "John Griffith" > Sent: 2014-06-24 01:05 > Subject: Re: [Openstack] Why doesn't suspend release vCPUs/memory? That seems to be the c

[Openstack] [Nova] Admin pass injection in launch libvirt/kvm instance

2014-06-24 Thread Wangpan
Hi all, I want to inject admin password to a libvirt/kvm instance, and I enable the config libvirt_inject_password=true on the compute node, I also find the /etc/shadow file in the instance is changed, but when I use the adminPass to login the instance from vnc, it is failed. I find that the adm

Re: [Openstack] [Nova] Admin pass injection in launch libvirt/kvm instance

2014-06-25 Thread Wangpan
Hi all, I debug the process of libvirt admin password injection, I found everything is OK before the instance is booting up, the /etc/shadow is modified normally, such as: Wangpan@10-120-120-7:/tmp/openstack-vfs-localfsX_J5ke/etc$ sudo cat shadow root:$1$n1j7WavS$FYuXUja3LSUvwOT8yqyt2/:15822:0

Re: [Openstack] [Nova] Admin pass injection in launch libvirt/kvm instance

2014-06-25 Thread Wangpan
Thanks Juerg! when I use a debian7 image without cloudinit, I login the instance successfully! it's because cloudinit locks password. 2014-06-25 16:14 (UTC+8) Wangpan - Original Message - > From: Juerg Haefliger > To: "Wangpan" > Sent: 2014-06-25 15:50 > Sub

Re: [Openstack] Why doesn't suspend release vCPUs/memory?

2014-06-25 Thread Wangpan
Oh, sorry, I misunderstood your idea, Ok, then the last problem is how to release the vcpus/mem resources of suspended instances on the compute nodes? 2014-06-26 11:57 (UTC+8) Wangpan - Original Message - > From: Ricky Saltzer > To: "Wangpan" > Sent: 2014-06-25 03:5

[Openstack] [heat][docker] How to mange multi nodes by openstack-heat-docker plugin?

2014-08-19 Thread Wangpan
Hi all, I want to know heat+docker plugin, how it manages multi nodes which have docker deployed? For example, if I have a template for docker instance, and I have two docker nodes 'dockerA' and 'dockerB'(like two hypersiors), I want to know which node will be choosed to boot my docker instance?