Re: [Openstack] "nova list" returns nothing

2013-10-09 Thread Clement Buisson
; export OS_PASSWORD=secretword >> >> export OS_TENANT_NAME=AdminProject >> >> export OS_AUTH_URL=http://:5000/v2.0/ >> >> export OS_AUTH_STRATEGY=keystone >> >> >> >> *From:* Clement Buisson [mailto:clement.buis...@lookout.com] >> *Sent:*

Re: [Openstack] "nova list" returns nothing

2013-10-09 Thread Gangur, Hrushikesh (R & D HP Cloud)
Do you see any error message is nova-api.log or api.log? From: Clement Buisson [mailto:clement.buis...@lookout.com] Sent: Wednesday, October 09, 2013 5:33 PM To: rvak...@redhat.com Cc: Gangur, Hrushikesh (R & D HP Cloud); openstack Subject: Re: [Openstack] "nova list" returns nothi

Re: [Openstack] "nova list" returns nothing

2013-10-03 Thread Rami Vaknin
<mailto:clement.buis...@lookout.com>] *Sent:* Wednesday, October 02, 2013 3:06 PM *To:* rvak...@redhat.com <mailto:rvak...@redhat.com> *Cc:* openstack *Subject:* Re: [Openstack] "nova list" returns nothing Hi Rami, I checked in Nova DB and I can see al

Re: [Openstack] "nova list" returns nothing

2013-10-02 Thread Clement Buisson
OS_AUTH_URL=http://:5000/v2.0/ > > export OS_AUTH_STRATEGY=keystone > > ** ** > > *From:* Clement Buisson [mailto:clement.buis...@lookout.com] > *Sent:* Wednesday, October 02, 2013 3:06 PM > *To:* rvak...@redhat.com > *Cc:* openstack > *Subject:* Re: [Openstack] "nova lis

Re: [Openstack] "nova list" returns nothing

2013-10-02 Thread Gangur, Hrushikesh (R & D HP Cloud)
From: Clement Buisson [mailto:clement.buis...@lookout.com] Sent: Wednesday, October 02, 2013 3:06 PM To: rvak...@redhat.com Cc: openstack Subject: Re: [Openstack] "nova list" returns nothing Hi Rami, I checked in Nova DB and I can see all my instances there (select * from instanc

Re: [Openstack] "nova list" returns nothing

2013-10-02 Thread Clement Buisson
Hi Rami, I checked in Nova DB and I can see all my instances there (select * from instances). On my compute nodes, I ran virsh list --all (got list for kvm instances) and pgrep kvm (got list of pids) and I got valid information about my instances. I am also running these commands from the Nova-AP

Re: [Openstack] "nova list" returns nothing

2013-10-02 Thread Rami Vaknin
On 10/02/2013 09:35 PM, Clement Buisson wrote: Hello, I am a Folsom user, I have been using the "nova list" command for a while until couple weeks ago. That command use to work just fine and one day it just stopped working. I can run the command but nothing will show up. Here is the output o