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

2013-04-07 Thread Pranav
I may be thinking totally wrong but I think that if you want to do a small hack which calls the same method/api (every x seconds) which is called to display the console log message on horizon dash. But I cant say this will work or even if this does, whether it is a good hack or not. Regards, Prana

[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.