[Openstack] Missing(?) keystone service catalog

Vaze, Mandar Mandar.Vaze at nttdata.com
Mon May 7 04:18:29 UTC 2012


Check if using sql based service catalog instead of file based helps.

	[catalog]
	driver = keystone.catalog.backends.sql.Catalog

See http://keystone.openstack.org/configuration.html

-Mandar

-----Original Message-----
From: openstack-bounces+mandar.vaze=nttdata.com at lists.launchpad.net [mailto:openstack-bounces+mandar.vaze=nttdata.com at lists.launchpad.net] On Behalf Of Nick Lothian
Sent: Saturday, May 05, 2012 7:39 PM
To: openstack at lists.launchpad.net
Subject: Re: [Openstack] Missing(?) keystone service catalog

On Sat, May 5, 2012 at 12:57 AM, Dolph Mathews <dolph.mathews at gmail.com> wrote:
> As a user with the "admin" role on
> 35357: http://paste.openstack.org/raw/15160/
>

Thanks!

This works for me, mostly.

keystone --os_username=admin --os_password=password --os_auth_url=http://192.168.1.50:35357/v2.0/ service-list No handlers could be found for logger "keystoneclient.v2_0.client"
+----------------------------------+------+---------+-------------+
|                id                | name |   type  | description |
+----------------------------------+------+---------+-------------+
+----------------------------------+------+---------+-------------+

I don't understand why this is empty.

in /etc/keystone/keystone.conf I have:

[catalog]
template_file = /etc/keystone/default_catalog.templates
driver = keystone.catalog.backends.templated.TemplatedCatalog

Isn't the idea that it reads from the default_catalog.templates file?

That has entries like:

catalog.RegionOne.compute.publicURL = http://192.168.1.50:8774/v2/$(tenant_id)s
catalog.RegionOne.compute.adminURL = http://192.168.1.50:8774/v2/$(tenant_id)s
catalog.RegionOne.compute.internalURL =
http://192.168.1.50:8774/v2/$(tenant_id)s
catalog.RegionOne.compute.name = Compute Service

Why doesn't that show up?


> And then as "joe" on 5000: http://paste.openstack.org/raw/15161/
>

This does not work for me:

keystone --os_username=demo --os_password=password --os_auth_url=http://192.168.1.50:5000/v2.0/ service-list No handlers could be found for logger "keystoneclient.v2_0.client"
Unable to communicate with identity service: 404 Not Found

The resource could not be found.

   . (HTTP 404)


I appreciate all the help - I feel like I'm missing some critical point that should be obvious!

_______________________________________________
Mailing list: https://launchpad.net/~openstack
Post to     : openstack at lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp

______________________________________________________________________
Disclaimer:This email and any attachments are sent in strictest confidence for the sole use of the addressee and may contain legally privileged, confidential, and proprietary data.  If you are not the intended recipient, please advise the sender by replying promptly to this email and then delete and destroy this email and any attachments without any further use, copying or forwarding




More information about the Openstack mailing list