Hi, Le vendredi 21 février 2014, à 10:55 +0100, Pavel Souček a écrit :
Hi, finaly got keystone up and running, but imho there is error in guide or in default suse distribution files. So cause of error is /etc/keystone/keystone.conf default catalog section looks like (using file based catalog)
[catalog] template_file = /etc/keystone/default_catalog.templates driver = keystone.catalog.backends.templated.TemplatedCatalog # dynamic, sql-based backend (supports API/CLI-based management commands) # driver = keystone.catalog.backends.sql.Catalog
what need to be done is comment out template + driver directive and enable sql one like this
[catalog] # template_file = /etc/keystone/default_catalog.templates # driver = keystone.catalog.backends.templated.TemplatedCatalog # dynamic, sql-based backend (supports API/CLI-based management commands) driver = keystone.catalog.backends.sql.Catalog
after this modification all works as expected - so someone have to decide and modify distribution files or suse guide for this
That was already fixed in the package in January, and with AJ's patch, the user guide should be correct now. Vincent
Best regards
Pavel
2014-02-10 14:11 GMT+01:00 Andreas Jaeger <aj@suse.com>:
Hi Pavel,
thanks for your email. Let me just answer to one part of it:
On 02/07/2014 05:14 PM, Pavel Souček wrote:
[...] Also missed one step in guide i have to do in begining cd /etc/keystone cp default_catalog.templates.sample default_catalog.templates
We removed that from the Guide, it should not be needed:
https://review.openstack.org/#/c/66275/
Andreas -- Andreas Jaeger aj@{suse.com,opensuse.org} Twitter: jaegerandi SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Jeff Hawn,Jennifer Guild,Felix Imendörffer,HRB16746 (AG Nürnberg) GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126
-- Pavel Souček -- To unsubscribe, e-mail: opensuse-cloud+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-cloud+owner@opensuse.org
-- Les gens heureux ne sont pas pressés. -- To unsubscribe, e-mail: opensuse-cloud+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-cloud+owner@opensuse.org