Re: [Openstack] Fun with OpenStack Grizzly install...

2013-03-05 Thread Brad Knowles
On Mar 5, 2013, at 5:53 PM, Dolph Mathews wrote: > The "service catalog" refers to a subset of keystone's interface that > provides a catalog of services and endpoints to authenticated API users. It's > the computed result of your service-list and endpoint-list and it's how those > users find

Re: [Openstack] Fun with OpenStack Grizzly install...

2013-03-05 Thread Anne Gentle
Hi Brad, It's nearly always "the configuration files were hand-typed and there's a mistake" when doing manual installs. Scripts are fine when you understand what they're doing, but manual installs have their place too, for learning. You might enjoy this document to grasp some of the nomenclature.

Re: [Openstack] Fun with OpenStack Grizzly install...

2013-03-05 Thread Dolph Mathews
On Tue, Mar 5, 2013 at 5:28 PM, Brad Knowles wrote: > On Mar 5, 2013, at 5:20 PM, Matt Joyce > wrote: > > > check in horizon and see if you can follow inside of a stack trace > there. you can see if any of the context's from the wsgi queries is seeing > a 404. > > Horizon? That's not a service

Re: [Openstack] Fun with OpenStack Grizzly install...

2013-03-05 Thread Brad Knowles
On Mar 5, 2013, at 5:20 PM, Matt Joyce wrote: > check in horizon and see if you can follow inside of a stack trace there. > you can see if any of the context's from the wsgi queries is seeing a 404. Horizon? That's not a service I've heard of before. I'm basically following the structure at

Re: [Openstack] Fun with OpenStack Grizzly install...

2013-03-05 Thread Matt Joyce
check in horizon and see if you can follow inside of a stack trace there. you can see if any of the context's from the wsgi queries is seeing a 404. these would be queries between glance and other backend APIs. example: you --- query > glance glance sees you token... glance --- query ---