Re: [Openstack] nova image-list error

2013-03-08 Thread Ashutosh Narayan
On Fri, Mar 8, 2013 at 9:27 PM, Sylvain Bauza wrote: > Glad to hear that. > > Do that mean you forgot to restart nova-* ? > Yes, nova-* services after making changes to the configuration files. > > -Sylvain > > Le 08/03/2013 15:54, Ashutosh Narayan a écrit : > > Hi Sylvain, > > I was able to re

Re: [Openstack] nova image-list error

2013-03-08 Thread Ashutosh Narayan
Hi Sylvain, I was able to resolve this issue. I edited nova.conf file and checked relevant services were up or not. It showed the desired output. Thank you, On Fri, Mar 8, 2013 at 7:30 PM, Ashutosh Narayan wrote: > Hi Sylvain, > > I followed this > link

Re: [Openstack] nova image-list error

2013-03-08 Thread Ashutosh Narayan
Hi Sylvain, I followed this linkto set Nova Compute service Here is the command I ran earlier to set it : [root@RLD1OPST01 ~]# keystone --token 58e7c511e8e6ad09be56 --endpoint http://192.

Re: [Openstack] nova image-list error

2013-03-08 Thread Ashutosh Narayan
As per point number '2' 2) Check that the tenant ID in the request matches the tenant you are authenticated under mentioned in the link you sent where can I verify this ? On Fri, Mar 8, 2013 at 6:45 PM, Ashutosh Narayan wrote: > I have auth_strategy = keystone defined in nova.conf. > > Tenant ID

Re: [Openstack] nova image-list error

2013-03-08 Thread Ashutosh Narayan
I have auth_strategy = keystone defined in nova.conf. Tenant ID is also set for the same. Any changes I need to do here ? What else should I see ? On Fri, Mar 8, 2013 at 6:30 PM, Sylvain Bauza wrote: > https://answers.launchpad.net/nova/+faq/2004 > > Make sure auth_strategy = keystone is define

Re: [Openstack] nova image-list error

2013-03-08 Thread Sylvain Bauza
https://answers.launchpad.net/nova/+faq/2004 Make sure auth_strategy = keystone is defined in nova.conf -Sylvain Le 08/03/2013 13:21, Ashutosh Narayan a écrit : Hi Sylvain, Here is the content of ketstonerc file : [root@RLD1OPST01 ~]# cat keystonerc export OS_USERNAME=admin export OS_PASSWOR

Re: [Openstack] nova image-list error

2013-03-08 Thread Ashutosh Narayan
Hi Sylvain, Here is the content of ketstonerc file : [root@RLD1OPST01 ~]# cat keystonerc export OS_USERNAME=admin export OS_PASSWORD=x export OS_TENANT_NAME=demo export OS_AUTH_URL=http://192.168.105.61:35357/v2.0 keystone endpoint-list throws : [root@RLD1OPST01 ~]# keystone endpoint-list +

Re: [Openstack] nova image-list error

2013-03-08 Thread Sylvain Bauza
Could you please tell us : - your credentials (except password of course) - 'keystone endpoint-list' - 'keystone service-list' It seems like you're requesting a wrong API. Is 'nova list' working btw ? -Sylvain Le 08/03/2013 12:56, Ashutosh Narayan a écrit : Services nova-compute, nova-api,

Re: [Openstack] nova image-list error

2013-03-08 Thread Ashutosh Narayan
Services nova-compute, nova-api, nova-scheduler, nova-network are running fine. Still am facing this issue. I can't proceed from here. Please help On Fri, Mar 8, 2013 at 4:46 PM, Ashutosh Narayan wrote: > Hi folks, > > I get the following error message while running nova image-list. > > [root@RL

Re: [Openstack] Nova image-list error

2012-06-26 Thread Vaze, Mandar
Try "nova --debug image-list" - It should give you more information/stack trace. -Mandar From: openstack-bounces+mandar.vaze=nttdata@lists.launchpad.net [mailto:openstack-bounces+mandar.vaze=nttdata@lists.launchpad.net] On Behalf Of Trinath Somanchi Sent: Tuesday, June 26, 2012 3:24 P

Re: [Openstack] Nova image-list error

2012-06-26 Thread xavier.limo...@xavier-office.net
Le Tuesday 26 Jun 2012 à 15:24:18 (+0530), Trinath Somanchi a écrit : >Hi- >I have uploaded an image using glance. " $> glance index " >command has given the output. >But nova image-list is giving me error. >root@OpenstackController:~# glance add name="Ubuntu_1204_Server" >

Re: [Openstack] Nova image-list error

2012-06-26 Thread Leander Bessa Beernaert
Execute the command with --debug and post the output. On Tue, Jun 26, 2012 at 10:54 AM, Trinath Somanchi < trinath.soman...@gmail.com> wrote: > Hi- > > I have uploaded an image using glance. " $> glance index " command has > given the output. > > But nova image-list is giving me error. > > roo