From b3ae3222b34f7282f875658387228de650f81d77 Mon Sep 17 00:00:00 2001 From: ZhiQiang Fan Date: Thu, 9 Jan 2014 15:49:40 +0800 Subject: [PATCH] Use dynamic catalog for keystone on SUSE Keystone uses dynamic catalog by default, which supports management commands. Meanwhile, current static catalog default_catalog.templates is lack of ceilometer endpoints. This patch simply removes the catalog configure step to use default setting. Change-Id: Ie852c0dc4dc03b7120116dd25b10ee58a5d91e3e Closes-Bug: #1267322 --- doc/install-guide/section_keystone-install.xml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/doc/install-guide/section_keystone-install.xml b/doc/install-guide/section_keystone-install.xml index 0e207e2020..dd4aa1abe1 100644 --- a/doc/install-guide/section_keystone-install.xml +++ b/doc/install-guide/section_keystone-install.xml @@ -197,15 +197,6 @@ admin_token = ADMIN_TOKEN /var/log/keystone/keystone.log - - Set up the - /etc/keystone/default_catalog.templates - file: - # KEYSTONE_CATALOG=/etc/keystone/default_catalog.templates -# sed -e "s,%SERVICE_HOST%,192.168.0.10,g" \ - -e "s/%S3_SERVICE_PORT%/8080/" \ - $KEYSTONE_CATALOG.sample > $KEYSTONE_CATALOG - Restart the Identity Service: # service keystone restart