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
This commit is contained in:
ZhiQiang Fan 2014-01-09 15:49:40 +08:00
parent d613b8c67a
commit b3ae3222b3

View File

@ -197,15 +197,6 @@ admin_token = ADMIN_TOKEN
/var/log/keystone/keystone.log</userinput></screen>
</step>
<step os="opensuse;sles">
<para>Set up the
<filename>/etc/keystone/default_catalog.templates</filename>
file:</para>
<screen><prompt>#</prompt> <userinput>KEYSTONE_CATALOG=/etc/keystone/default_catalog.templates</userinput>
<prompt>#</prompt> <userinput>sed -e "s,%SERVICE_HOST%,192.168.0.10,g" \
-e "s/%S3_SERVICE_PORT%/8080/" \
$KEYSTONE_CATALOG.sample > $KEYSTONE_CATALOG</userinput></screen>
</step>
<step os="ubuntu">
<para>Restart the Identity Service:</para>
<screen><prompt>#</prompt> <userinput>service keystone restart</userinput></screen>