Re: [Openstack] Installion guide for OpenStack Essex on Ubuntu 12.04

2012-03-31 Thread Shake Chen
Hi I have installed and working as expect. Now I run nova list no problem and work well. but # nova-manage project list 2012-03-31 15:55:14 DEBUG nova.utils [req-60d5bed3-8bee-49dd-b68a-6eff83af3002 None None] backend from (pid=7542) __get_backend /usr/lib/python2.7/dist-packages/nova/utils.p

Re: [Openstack] Installion guide for OpenStack Essex on Ubuntu 12.04

2012-03-31 Thread Kiall Mac Innes
The Nova manage project/user commands are only used when you do NOT use keystone. The are for the legacy auth system. Try the `keystone` command instead for user/tenant management. Thanks, Kiall Sent from my phone. On Mar 31, 2012 8:59 a.m., "Shake Chen" wrote: > > Hi > > I have installed and w

Re: [Openstack] Installion guide for OpenStack Essex on Ubuntu 12.04

2012-03-31 Thread Yong Sheng Gong
nova-manager project list should output nothing as expected.Try to run:nova-manager flavor listnova-manager network create|ist-openstack-bounces+gongysh=cn.ibm@lists.launchpad.net wrote: -To: Martin Gerhard Loschwitz From: Shake Chen Sent by: openstack-bounces+gongysh=cn.ibm@lists.l

Re: [Openstack] Installion guide for OpenStack Essex on Ubuntu 12.04

2012-03-31 Thread Shake Chen
Thanks. it working. but why have some like err log. DEBUG nova.utils [req-50b74314-ea1b-4a90-8679-9929c9d9f618 None None] backend from (pid=17772) __get_backend /usr/lib/python2.7/dist-packages/nova/utils.py:660 root@node6:~# nova-manage flavor list 2012-03-31 17:04:35 DEBUG nova.utils [req

Re: [Openstack] Installion guide for OpenStack Essex on Ubuntu 12.04

2012-03-31 Thread Martin Gerhard Loschwitz
Am 31.03.12 11:08, schrieb Shake Chen: > Thanks. it working. > > but why have some like err log. > > DEBUG nova.utils [req-50b74314-ea1b-4a90-8679-9929c9d9f618 None None] backend > '/usr/lib/python2.7/dist-packages/nova/db/sqlalchemy/api.pyc'> from > (pid=17772) __get_backend /usr/lib/python2.

Re: [Openstack] Installion guide for OpenStack Essex on Ubuntu 12.04

2012-03-31 Thread Shake Chen
Thanks I change nova.conf #--verbose --verbose=False Restart the serivce. and work as expect. # nova-manage flavor list m1.medium: Memory: 4096MB, VCPUS: 2, Root: 10GB, Ephemeral: 40Gb, FlavorID: 3, Swap: 0MB, RXTX Factor: 1.0 m1.large: Memory: 8192MB, VCPUS: 4, Root: 10GB, Ephemeral: 80Gb, F

Re: [Openstack] Installion guide for OpenStack Essex on Ubuntu 12.04

2012-03-31 Thread livemoon
in 12.04, I have found "vnc" cannot work in either dashboard or "novaclient" On Sat, Mar 31, 2012 at 5:25 PM, Shake Chen wrote: > Thanks > > I change nova.conf > > #--verbose > --verbose=False > > Restart the serivce. and work as expect. > > # nova-manage flavor list > > m1.medium: Memory: 40

Re: [Openstack] Installion guide for OpenStack Essex on Ubuntu 12.04

2012-03-31 Thread Deepak Garg
Do you have nova console auth running ? What is the output of $ nova get-vnc-consolenovnc Deepak On Sat, Mar 31, 2012 at 7:06 PM, livemoon wrote: > in 12.04, I have found "vnc" cannot work in either dashboard or > "novaclient" > > On Sat, Mar 31, 2012 at 5:25 PM, Shake Chen wrote: >> >

Re: [Openstack] Code 500 when authenticating with password

2012-03-31 Thread Dolph Mathews
That would do it! Glad you found your problem. I'll be working on improving the docs for building your service catalog pretty soon; common issues like this are useful to know about. -Dolph On Fri, Mar 30, 2012 at 11:03 PM, Pete Zaitcev wrote: > On Sat, 31 Mar 2012 10:26:10 +0800 > Yong Sheng G

Re: [Openstack] Installion guide for OpenStack Essex on Ubuntu 12.04

2012-03-31 Thread livemoon
yes, I run "nova get-vnc-console novnc" and for a long time, it cannot output anything, It seems hung. in 11.10 using devstack , vnc is ok. but in 12.04 using ubuntu's repo, it cannot work. I will try it again tomorrow. 2012/3/31 Deepak Garg > Do you have nova console auth running ? > > What i

Re: [Openstack] Installion guide for OpenStack Essex on Ubuntu 12.04

2012-03-31 Thread Deepak Garg
then nova console auth is definitely not running. try this $ nova-consoleauth Deepak On Sat, Mar 31, 2012 at 8:58 PM, livemoon wrote: > yes, I run "nova get-vnc-console novnc" > and for a long time, it cannot output anything, It seems hung. > > in 11.10 using devstack , vnc is ok. > but in