<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 12 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0cm;
margin-bottom:.0001pt;
font-size:11.0pt;
font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-priority:99;
color:purple;
text-decoration:underline;}
span.EmailStyle17
{mso-style-type:personal-compose;
font-family:"Calibri","sans-serif";
color:windowtext;}
.MsoChpDefault
{mso-style-type:export-only;}
@page WordSection1
{size:612.0pt 792.0pt;
margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal">All<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I am currently trying to install the Openstack Kilo release for the first time on a centos 7 virtual machine. Following the steps in the installation guide I get to :<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Create the service entity and API endpoint <o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">At this point I am always faced with an HTTP error and depending on the OS_URL I use the error is different :<o:p></o:p></p>
<p class="MsoNormal">export OS_URL=http://controller:35357/v2.0<o:p></o:p></p>
<p class="MsoNormal">openstack service create --name keystone --description "OpenStack Identity" identity<o:p></o:p></p>
<p class="MsoNormal">ERROR: openstack Not Found (HTTP 404)<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">export OS_URL=http://controller.npi-openstack.com:35357/v2.0<o:p></o:p></p>
<p class="MsoNormal">openstack service create --name keystone --description "OpenStack Identity" identity<o:p></o:p></p>
<p class="MsoNormal">ERROR: openstack Not Found (HTTP 404)<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">export OS_URL=http://127.0.0.1:35357/v2.0<o:p></o:p></p>
<p class="MsoNormal">openstack service create --name keystone --description "OpenStack Identity" identity<o:p></o:p></p>
<p class="MsoNormal">ERROR: openstack Service Unavailable (HTTP 503)<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">export OS_URL=http://127.0.0.1:5000/v2.0<o:p></o:p></p>
<p class="MsoNormal">openstack service create --name keystone --description "OpenStack Identity" identity<o:p></o:p></p>
<p class="MsoNormal">ERROR: openstack Service Unavailable (HTTP 503)<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">export OS_URL=http://controller:5000/v2.0<o:p></o:p></p>
<p class="MsoNormal">openstack service create --name keystone --description "OpenStack Identity" identity<o:p></o:p></p>
<p class="MsoNormal">ERROR: openstack Not Found (HTTP 404)<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Specifying the host name generates a different error to the local host, I can see that the port is listening using `netstat –l`<o:p></o:p></p>
<p class="MsoNormal">tcp 0 0 0.0.0.0:openstack-id 0.0.0.0:* LISTEN<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">As his release is using the WSG process I can also see the sockets active :<o:p></o:p></p>
<p class="MsoNormal">unix 2 [ ACC ] STREAM LISTENING 20240 /run/httpd/wsgi.3252.0.1.sock<o:p></o:p></p>
<p class="MsoNormal">unix 2 [ ACC ] STREAM LISTENING 20243 /run/httpd/wsgi.3252.0.2.sock<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Http errors logs show :<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">[root@controller httpd]# more keystone-error.log <o:p></o:p></p>
<p class="MsoNormal">2015-05-26 12:50:56.567779 mod_wsgi (pid=3260): Attach interpreter ''.<o:p></o:p></p>
<p class="MsoNormal">2015-05-26 12:50:56.574241 mod_wsgi (pid=3253): Attach interpreter ''.<o:p></o:p></p>
<p class="MsoNormal">2015-05-26 12:50:56.595580 mod_wsgi (pid=3259): Attach interpreter ''.<o:p></o:p></p>
<p class="MsoNormal">2015-05-26 12:50:56.603280 mod_wsgi (pid=3257): Attach interpreter ''.<o:p></o:p></p>
<p class="MsoNormal">2015-05-26 12:50:56.613034 mod_wsgi (pid=3261): Attach interpreter ''.<o:p></o:p></p>
<p class="MsoNormal">2015-05-26 12:50:56.621634 mod_wsgi (pid=3255): Attach interpreter ''.<o:p></o:p></p>
<p class="MsoNormal">2015-05-26 12:50:56.649824 mod_wsgi (pid=3256): Attach interpreter ''.<o:p></o:p></p>
<p class="MsoNormal">2015-05-26 12:50:56.656236 mod_wsgi (pid=3258): Attach interpreter ''.<o:p></o:p></p>
<p class="MsoNormal">2015-05-26 12:50:56.657031 mod_wsgi (pid=3254): Attach interpreter ''.<o:p></o:p></p>
<p class="MsoNormal">2015-05-26 12:50:56.662904 mod_wsgi (pid=3262): Attach interpreter ''.<o:p></o:p></p>
<p class="MsoNormal">[root@controller httpd]# more error_log <o:p></o:p></p>
<p class="MsoNormal">[Tue May 26 12:50:56.391098 2015] [suexec:notice] [pid 3252] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)<o:p></o:p></p>
<p class="MsoNormal">[Tue May 26 12:50:56.430498 2015] [auth_digest:notice] [pid 3252] AH01757: generating secret for digest authentication ...<o:p></o:p></p>
<p class="MsoNormal">[Tue May 26 12:50:56.432171 2015] [lbmethod_heartbeat:notice] [pid 3252] AH02282: No slotmem from mod_heartmonitor<o:p></o:p></p>
<p class="MsoNormal">[Tue May 26 12:50:56.479156 2015] [mpm_prefork:notice] [pid 3252] AH00163: Apache/2.4.6 (CentOS) mod_wsgi/3.4 Python/2.7.5 configured -- resuming normal ope<o:p></o:p></p>
<p class="MsoNormal">rations<o:p></o:p></p>
<p class="MsoNormal">[Tue May 26 12:50:56.479244 2015] [core:notice] [pid 3252] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">This is my first time attempting to install Openstack although I have now gone through the process numerous times unsuccessfully by killing and rebuilding the
<o:p></o:p></p>
<p class="MsoNormal">Virtual machine so I know that there is nothing transient in the system to suddenly cause it to work should it do so.
<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">As a side note I have disabled the firewall and also SELINUX to see if that has any effect but it doesn’t.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Any help would be greatly appreciated.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Darren<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</body>
</html>