[Openstack] Looking for complete keystone endpoint-create example

2012-04-02 Thread Lorin Hochstein
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

Re: [Openstack] Looking for complete keystone endpoint-create example

2012-04-02 Thread Yong Sheng Gong
I think devstack is still using tempalte catalogdevstack/files/keystone.conf[catalog]driver = keystone.catalog.backends.templated.TemplatedCatalogtemplate_file = %KEYSTONE_DIR%/etc/default_catalog.templatesThese are my commands, you can add for other service:keystone service-create --name

Re: [Openstack] Looking for complete keystone endpoint-create example

2012-04-02 Thread Luis Gervaso
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 =