Re: [Openstack] [Heat] Problem with visit 169.254.169.254 from VM

2013-03-14 Thread Jiang Jim
Yes, you are right, the problem is caused by both exist of n-net and quantum. I just add one line, disable_service n-net. It works. Thank all of you. I will do more test and develop on heat. 2013/3/11 Steven Hardy > On Thu, Mar 07, 2013 at 09:09:57AM +0800, 蒋闻天 wrote: > > Hi everyone, I have a

[Openstack] [Glance][Image-Create][OZ]

2013-03-19 Thread Jiang Jim
Hi, Everyone, for some reason, I need to make images myself, I use oz to create image which is qcow2, but when i upload my image, I can't get console.log from my instance. But I found that, If i upload a ami image, I can get log from my instance. I diff the libvirt.xml of two instance, I found mis

[Openstack] [Nova] How To Print Console OutPut Dynamically

2013-04-07 Thread Jiang Jim
I am a user of nova, I found that the console log nova output can just refresh manually. I think if i can see dynamic output, I will happy with that. I found pty and file type in virt/libvirt/driver.py, file can just output logs static, but I don't know how to use pty to output console dynamically.