Re: [Openstack] glance: "Invalid Openstack Identity Credentials"

2013-07-24 Thread Matt Davis
All, Thanks, that was a huge help. The problem was indeed some stale mismatching keys sitting in the signing_dir. I removed those and reloaded them from keystone and everything is working as expected. Cheers, -Matt On Wed, Jul 24, 2013 at 10:42 AM, Syed Armani wrote: > > Great post Adam. Th

Re: [Openstack] glance: "Invalid Openstack Identity Credentials"

2013-07-24 Thread Syed Armani
Great post Adam. Thanks. Cheers, Syed On Wed, Jul 24, 2013 at 10:54 PM, Adam Young wrote: > I wrote this up as a general answer. Hope it helps. > > https://adam.younglogic.com/2013/07/troubleshooting-pki-middleware/ > > > On 07/24/2013 11:44 AM, Adam Young wrote: > > On 07/24/2013 10:45 AM,

Re: [Openstack] glance: "Invalid Openstack Identity Credentials"

2013-07-24 Thread Adam Young
I wrote this up as a general answer. Hope it helps. https://adam.younglogic.com/2013/07/troubleshooting-pki-middleware/ On 07/24/2013 11:44 AM, Adam Young wrote: On 07/24/2013 10:45 AM, Salvatore Orlando wrote: Hav you tried checking the credentials that glance uses for validating tokens with

Re: [Openstack] glance: "Invalid Openstack Identity Credentials"

2013-07-24 Thread Adam Young
On 07/24/2013 10:45 AM, Salvatore Orlando wrote: Hav you tried checking the credentials that glance uses for validating tokens with keystone? They are defined in glance's conf files in the section: [keystone_authtoken] signing_dir = /var/cache/glance/api make sure that the directory /var/cac

Re: [Openstack] glance: "Invalid Openstack Identity Credentials"

2013-07-24 Thread Salvatore Orlando
Hav you tried checking the credentials that glance uses for validating tokens with keystone? They are defined in glance's conf files in the section: [keystone_authtoken] signing_dir = /var/cache/glance/api auth_uri = http://127.0.0.1:5000/ auth_host = 127.0.0.1 auth_port = 35357 auth_protocol = h

[Openstack] glance: "Invalid Openstack Identity Credentials"

2013-07-18 Thread Matt Davis
Hello all, I'm working on a deployment script to install and configure my OpenStack services and I'm getting a strange result with glance. It's surely a bug with my script messing up a config file line, but I can't interpret the glance and keystone logs to track the issue down. Here's the use ca