[Openstack] Looking for complete keystone endpoint-create example

Luis Gervaso luis at woorea.es
Tue Apr 3 03:32:07 UTC 2012


Hi,

You can use devstack, but you need to make one update. This is the way i do:

0. screen -x, and go to keystone

1. CTRL-C keystone proceess

Change keystone config:

FROM:

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

TO:

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

2. Restart your keystone process (arrow-up, to repeat the last command)

3. You can test keystone endpoints API

Regards

On Tue, Apr 3, 2012 at 5:13 AM, Lorin Hochstein <lorin at nimbisservices.com>wrote:

> All:
>
> I'm trying to fix the keystone docs in the "Openstack Install and Deploy
> Manual", which uses a database backend for the catalog instead of a
> template file. I cannot find a complete example that shows the
> "endpoint-create" for all of the relevant services. (DevStack uses the
> template file backend, not the database backend, so I can't use it for an
> example).
>
> In particular, do we have to create a separate endpoint for each tenant?
> Are endpointTemplates still around or are they gone now?
>
> Take care,
>
> Lorin
> --
> Lorin Hochstein
> Lead Architect - Cloud Services
> Nimbis Services, Inc.
> www.nimbisservices.com
>
>
>
>
>
>
> _______________________________________________
> 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
>
>


-- 
-------------------------------------------
Luis Alberto Gervaso Martin
Woorea Solutions, S.L
CEO & CTO
mobile: (+34) 627983344
luis@ <luis.gervaso at gmail.com>woorea.es
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20120403/13456fd1/attachment.html>


More information about the Openstack mailing list