Re: [Openstack] Just a newbie getting some error messages

2012-10-05 Thread Daniel Oliveira
ce >>>>> admin_password = servicepass >>>>> >>>>> and in glance-api.conf there is no [filter:authtoken]. However there is >>>>> [keystone_authtoken], but it's unchanged >>>>> >>>>> [k

Re: [Openstack] Just a newbie getting some error messages

2012-10-05 Thread Daniel Oliveira
;>> >>>> [keystone_authtoken] >>>> auth_host = 127.0.0.1 >>>> auth_port = 35357 >>>> auth_protocol = http >>>> admin_tenant_name = %SERVICE_TENANT_NAME% >>>> admin_user = %SERVICE_USER% >>>> admin_password = %SERVICE_PASSWOR

Re: [Openstack] Just a newbie getting some error messages

2012-10-05 Thread Asher Newcomer
ant_name = %SERVICE_TENANT_NAME% >>> admin_user = %SERVICE_USER% >>> admin_password = %SERVICE_PASSWORD% >>> >>> Another possiblity for the 500 error might be that the >>> python-glanceclient package is essex, not folsom. I had a 500 error with &

Re: [Openstack] Just a newbie getting some error messages

2012-10-05 Thread Daniel Oliveira
sex, not folsom. I had a 500 error with >> nova that was due to the python-novaclient package being essex, while >> nova packages were folsom. >> >> > >> > Regards, >> > Ahmed. >> > >> > >> > >> > From:

Re: [Openstack] Just a newbie getting some error messages

2012-10-05 Thread Daniel Oliveira
re folsom. > > > > > Regards, > > Ahmed. > > > > > > > > From: J?nis ?e??eris > > Date: Thursday, October 4, 2012 7:24 AM > > To: Daniel Oliveira > > Cc: "openstack@lists.launchpad.net" > > Subject: Re: [Opensta

Re: [Openstack] Just a newbie getting some error messages

2012-10-04 Thread Jon Thomas
> Regards, > Ahmed. > > > > From: J?nis ?e??eris > Date: Thursday, October 4, 2012 7:24 AM > To: Daniel Oliveira > Cc: "openstack@lists.launchpad.net" > Subject: Re: [Openstack] Just a newbie getting some error messages > > > &

Re: [Openstack] Just a newbie getting some error messages

2012-10-04 Thread Ahmed Al-Mehdi
com>> Date: Thursday, October 4, 2012 7:24 AM To: Daniel Oliveira mailto:dvalbr...@gmail.com>> Cc: "openstack@lists.launchpad.net<mailto:openstack@lists.launchpad.net>" mailto:openstack@lists.launchpad.net>> Subject: Re: [Openstack] Just a newbie getting some err

Re: [Openstack] Just a newbie getting some error messages

2012-10-04 Thread Jānis Ģeņģeris
When you have fresh install you will usually have something like this in glance-api.conf [filter:authtoken] auth_host = 127.0.0.1 auth_port = 35357 auth_protocol = http admin_tenant_name = %SERVICE_TENANT_NAME% admin_user = %SERVICE_USER% admin_password = %SERVICE_PASSWORD% and something similar

Re: [Openstack] Just a newbie getting some error messages

2012-10-04 Thread Daniel Oliveira
Hello Janis, I'm not sure if I understood what I should replace. Do you mean replacing, for example: the line *admin_user = glance* in the [filter:authtoken] section for the line *admin_user = %glance*? and so on for the other credentials? 2012/10/4 Jānis Ģeņģeris > Hi Daniel, > > Do you hav

Re: [Openstack] Just a newbie getting some error messages

2012-10-04 Thread Jānis Ģeņģeris
Hi Daniel, Do you have set up [filter:authtoken] section in glance-api-paste.ini? You need to replace the strings with percent signs with correct auth credentials. To get more precise output use, 'glance -d index', that will show additional debug information. On Thu, Oct 4, 2012 at 4:07 PM, Dani

[Openstack] Just a newbie getting some error messages

2012-10-04 Thread Daniel Oliveira
Hello, I've been trying to install OpenStack on a server by following the manual installation tutorial on openstack.org for Ubuntu Server 12.04 (and that's the OS I'm using, obviously). But when it comes to test whether Glance was installed successfully ( http://docs.openstack.org/essex/openstack-