Hi Martin
Now I have let the vnc working. install 3 package nova-consoleauth python-novnc novnc modify the nova.conf #novnc --novnc_enabled=true --novncproxy_base_url= http://10.42.0.6:6080/vnc_auto.html --vncserver_proxyclient_address=127.0.0.1 --vncserver_listen=127.0.0.1 restart service for a in libvirt-bin nova-network nova-compute nova-api nova-objectstore nova-scheduler novnc nova-volume nova-consoleauth; do service "$a" restart; done 2012/4/21 Shake Chen <[email protected]> > Hi Martin > > Now the novnc bug seem have been fix. > > https://bugs.launchpad.net/ubuntu/+source/novnc/+bug/986258 > > > > > > > > > On Tue, Apr 17, 2012 at 3:49 PM, Martin Gerhard Loschwitz < > [email protected]> wrote: > >> Am 17.04.12 05:44, schrieb Shake Chen: >> > Hi Martin >> > >> > Now the document seem have two problem. Hope you can fix and make it >> perfect. >> > >> > 1:glance >> > >> > Now the glance package have some change. for future upgrade reason, you >> have to manual create glance database table. >> > >> > https://bugs.launchpad.net/ubuntu/+source/glance/+bug/982787 >> > >> > you just need run >> > >> > # glance-manage version_control 0 >> > # glance-manage db_sync >> > >> > then run glance index >> > >> > working as expect. >> > >> > >> > 2:vnc problem. >> > >> > https://lists.launchpad.net/openstack/msg09707.html >> > >> > many friend have report working. >> > >> > >> > >> >> Hi there and thanks for the feedback! >> >> I added the glance-manage part to the installation guide, but as for >> novnc, >> I will wait until fixed packages of it are available (I'm definetely not >> going to refer to packages hosted on dropbox in that howto, I was just so >> happy that we got rid of all "manually exchange python files" instructions >> in there :)) >> >> Best regards >> Martin >> >> -- >> Martin Gerhard Loschwitz >> Chief Brand Officer, Principal Consultant >> hastexo Professional Services >> >> CONFIDENTIALITY NOTICE: This e-mail and/or the accompanying documents >> are privileged and confidential under applicable law. The person who >> receives this message and who is not the addressee, one of his employees >> or an agent entitled to hand it over to the addressee, is informed that >> he may not use, disclose or reproduce the contents thereof. Should you >> have received this e-mail (or any copy thereof) in error, please let us >> know by telephone or e-mail without delay and delete the message from >> your system. Thank you. >> > > > > -- > 陈沙克 > 手机:13661187180 > msn:[email protected] > -- Shake Chen
_______________________________________________ Mailing list: https://launchpad.net/~openstack Post to : [email protected] Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp

