<div dir="ltr"><div class="gmail_extra">I made 2 more attempts and installed the delorean release on bare metal:</div><div class="gmail_extra"><br></div><div class="gmail_extra">1st install: AIO</div><div class="gmail_extra">2nd install: 2 node (controller + compute)</div><div class="gmail_extra"><br></div><div class="gmail_extra">By the AIO install the dashboard worked fine.</div><div class="gmail_extra"><br></div><div class="gmail_extra">By the 2nd install, I got "Bad Request (400)" by accessing the dashboard and it seems that the DocumentRoot in horizon vhost generated by puppet is not correct, so I changed it in:</div><div class="gmail_extra"><br></div><div class="gmail_extra">







<p><span>/etc/httpd/conf.d/15-horizon_vhost.conf</span></p></div><div class="gmail_extra">







<p><span>  ## Vhost docroot</span></p>
<p><span>  #DocumentRoot "/var/www/"</span></p>
<p><span>  DocumentRoot "/usr/share/openstack-dashboard/static/"</span></p><p>Now the dashboard is working here too.</p><p>(if I re-run packstack the vhost will get overwritten again with the wrong docroot)</p><p><br></p><p>Another issue, after spawning a new cirros instance, it goes into error state and on the compute node I'm getting:<br></p><p>







</p><p><span>[root@compute1 ~]# tail -f /var/log/nova/nova-compute.log </span></p><p>2015-04-26 11:17:16.027 13142 AUDIT nova.compute.resource_tracker [-] Total usable vcpus: 8, total allocated vcpus: 0<br></p><p><span>2015-04-26 11:17:16.027 13142 AUDIT nova.compute.resource_tracker [-] PCI stats: []</span></p><p>









</p><p><span>2015-04-26 11:17:16.063 13142 WARNING nova.compute.resource_tracker [-] No service record for host compute1</span></p><p><br></p><p>But the compute1 is enabled:<br></p><p>[root@csky06 ~(keystone_admin)]# nova service-list<br></p><p><span>+----+------------------+----------------------+----------+---------+-------+----------------------------+-----------------+</span></p><p><span>| Id | Binary           | Host                 | Zone     | Status  | State | Updated_at                 | Disabled Reason |</span></p><p><span>+----+------------------+----------------------+----------+---------+-------+----------------------------+-----------------+</span></p><p><span>| 1  | nova-consoleauth | controller | internal | enabled | up    | 2015-04-26T15:23:41.000000 | -               |</span></p><p><span>| 2  | nova-scheduler   | controller  | internal | enabled | up    | 2015-04-26T15:23:41.000000 | -               |</span></p><p><span>| 3  | nova-conductor   | controller | internal | enabled | up    | 2015-04-26T15:23:40.000000 | -               |</span></p><p><span>| 5  | nova-cert        | controller  | internal | enabled | up    | 2015-04-26T15:23:40.000000 | -               |</span></p><p><span>| 6  | nova-compute     | compute1 | nova     | enabled | up    | 2015-04-26T15:23:39.000000 | -               |</span></p><p>
















</p><p><span>+----+------------------+----------------------+----------+---------+-------+----------------------------+-----------------+</span></p><p><br></p><p>And if I call nova hypervisor-list, the list is empty<br></p><p class=""><span class="">[root@controller (keystone_admin)]# nova hypervisor-list</span></p><p class=""><span class="">+----+---------------------+</span></p><p class=""><span class="">| ID | Hypervisor hostname |</span></p><p class=""><span class="">+----+---------------------+</span></p><p>











</p><p class=""><span class="">+----+---------------------+</span></p><p class="">Not sure if that has something to do with the empty hypervisor list (?).</p><p class="">Thanks!<br></p><p class=""><br></p></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Apr 24, 2015 at 8:21 AM, Matthias Runge <span dir="ltr"><<a href="mailto:mrunge@redhat.com" target="_blank">mrunge@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span>On 24/04/15 00:12, Arif Ali wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<br>
</blockquote>
<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<a href="http://192.168.10.76:12" target="_blank">192.168.10.76:12</a>] IOError: [Errno 13] Permission denied:<br>
'/tmp/_tmp_.secret_key_store.lock'<br>
<br>
I hope that this helpful<br>
<br>
</blockquote></span>
This was fixed yesterday by <a href="https://review.gerrithub.io/#/c/230645/" target="_blank">https://review.gerrithub.io/#/c/230645/</a> and following patch.<span><font color="#888888"><br>
<br>
Matthias</font></span><div><div><br>
<br>
_______________________________________________<br>
Rdo-list mailing list<br>
<a href="mailto:Rdo-list@redhat.com" target="_blank">Rdo-list@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/rdo-list" target="_blank">https://www.redhat.com/mailman/listinfo/rdo-list</a><br>
<br>
To unsubscribe: <a href="mailto:rdo-list-unsubscribe@redhat.com" target="_blank">rdo-list-unsubscribe@redhat.com</a><br>
</div></div></blockquote></div><br></div></div>