<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.define-technology.com/mediawiki-1.35.0/index.php?action=history&amp;feed=atom&amp;title=OpenStack%3A_Debugging_Keystone_Authentication_Service</id>
	<title>OpenStack: Debugging Keystone Authentication Service - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.define-technology.com/mediawiki-1.35.0/index.php?action=history&amp;feed=atom&amp;title=OpenStack%3A_Debugging_Keystone_Authentication_Service"/>
	<link rel="alternate" type="text/html" href="http://wiki.define-technology.com/mediawiki-1.35.0/index.php?title=OpenStack:_Debugging_Keystone_Authentication_Service&amp;action=history"/>
	<updated>2026-05-05T01:22:49Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.0</generator>
	<entry>
		<id>http://wiki.define-technology.com/mediawiki-1.35.0/index.php?title=OpenStack:_Debugging_Keystone_Authentication_Service&amp;diff=17541&amp;oldid=prev</id>
		<title>David: Created page with &quot; In short, the keystone service crapped out (Internal service error any time authenticating)  &lt;syntaxhighlight&gt; [root@controller01 keystone]# curl http://localhost:5000/ &lt;!DOCTYPE HTML P...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.define-technology.com/mediawiki-1.35.0/index.php?title=OpenStack:_Debugging_Keystone_Authentication_Service&amp;diff=17541&amp;oldid=prev"/>
		<updated>2016-10-16T20:48:38Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot; In short, the keystone service crapped out (Internal service error any time authenticating)  &amp;lt;syntaxhighlight&amp;gt; [root@controller01 keystone]# curl http://localhost:5000/ &amp;lt;!DOCTYPE HTML P...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
In short, the keystone service crapped out (Internal service error any time authenticating)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
[root@controller01 keystone]# curl http://localhost:5000/&lt;br /&gt;
&amp;lt;!DOCTYPE HTML PUBLIC &amp;quot;-//IETF//DTD HTML 2.0//EN&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;html&amp;gt;&amp;lt;head&amp;gt;&lt;br /&gt;
&amp;lt;title&amp;gt;500 Internal Server Error&amp;lt;/title&amp;gt;&lt;br /&gt;
&amp;lt;/head&amp;gt;&amp;lt;body&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt;Internal Server Error&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;The server encountered an internal error or&lt;br /&gt;
misconfiguration and was unable to complete&lt;br /&gt;
your request.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Please contact the server administrator at &lt;br /&gt;
 root@localhost to inform them of the time this error occurred,&lt;br /&gt;
 and the actions you performed just before this error.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;More information about this error may be available&lt;br /&gt;
in the server error log.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/body&amp;gt;&amp;lt;/html&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To fix, I needed to add the following lines to the services and restart (I’m not sure why these are required but its fixed the problem for now – nothing wrong with UK setup though which is the exact same…) &lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
[root@controller01 keystone]# grep config_file=/usr  /etc/glance/glance-api.conf /etc/glance/glance-registry.conf /etc/keystone/keystone.conf&lt;br /&gt;
/etc/glance/glance-api.conf:config_file=/usr/share/glance/glance-api-dist-paste.ini&lt;br /&gt;
/etc/glance/glance-registry.conf:config_file=/usr/share/glance/glance-registry-dist-paste.ini&lt;br /&gt;
/etc/keystone/keystone.conf:config_file=/usr/share/keystone/keystone-dist-paste.ini &lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now problem resolved: &lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
[root@controller01 keystone]# curl http://localhost:5000/&lt;br /&gt;
{&amp;quot;versions&amp;quot;: {&amp;quot;values&amp;quot;: [{&amp;quot;status&amp;quot;: &amp;quot;stable&amp;quot;, &amp;quot;updated&amp;quot;: &amp;quot;2015-03-30T00:00:00Z&amp;quot;, &amp;quot;media-types&amp;quot;: [{&amp;quot;base&amp;quot;: &amp;quot;application/json&amp;quot;, &amp;quot;type&amp;quot;: &amp;quot;application/vnd.openstack.identity-v3+json&amp;quot;}], &amp;quot;id&amp;quot;: &amp;quot;v3.4&amp;quot;, &amp;quot;links&amp;quot;: [{&amp;quot;href&amp;quot;: &amp;quot;http://localhost:5000/v3/&amp;quot;, &amp;quot;rel&amp;quot;: &amp;quot;self&amp;quot;}]}, {&amp;quot;status&amp;quot;: &amp;quot;stable&amp;quot;, &amp;quot;updated&amp;quot;: &amp;quot;2014-04-17T00:00:00Z&amp;quot;, &amp;quot;media-types&amp;quot;: [{&amp;quot;base&amp;quot;: &amp;quot;application/json&amp;quot;, &amp;quot;type&amp;quot;: &amp;quot;application/vnd.openstack.identity-v2.0+json&amp;quot;}], &amp;quot;id&amp;quot;: &amp;quot;v2.0&amp;quot;, &amp;quot;links&amp;quot;: [{&amp;quot;href&amp;quot;: &amp;quot;http://localhost:5000/v2.0/&amp;quot;, &amp;quot;rel&amp;quot;: &amp;quot;self&amp;quot;}, {&amp;quot;href&amp;quot;: &amp;quot;http://docs.openstack.org/&amp;quot;, &amp;quot;type&amp;quot;: &amp;quot;text/html&amp;quot;, &amp;quot;rel&amp;quot;: &amp;quot;describedby&amp;quot;}]}]}}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>David</name></author>
	</entry>
</feed>