/etc/httpd/conf.d/15-horizon_vhost.conf
## Vhost docroot
#DocumentRoot "/var/www/"
DocumentRoot "/usr/share/openstack-dashboard/static/"
Now the dashboard is working here too.
(if I re-run packstack the vhost will get overwritten again with the wrong docroot)
Another issue, after spawning a new cirros instance, it goes into error state and on the compute node I'm getting:
[root@compute1 ~]# tail -f /var/log/nova/nova-compute.log
2015-04-26 11:17:16.027 13142 AUDIT nova.compute.resource_tracker [-] Total usable vcpus: 8, total allocated vcpus: 0
2015-04-26 11:17:16.027 13142 AUDIT nova.compute.resource_tracker [-] PCI stats: []
2015-04-26 11:17:16.063 13142 WARNING nova.compute.resource_tracker [-] No service record for host compute1
But the compute1 is enabled:
[root@csky06 ~(keystone_admin)]# nova service-list
+----+------------------+----------------------+----------+---------+-------+----------------------------+-----------------+
| Id | Binary | Host | Zone | Status | State | Updated_at | Disabled Reason |
+----+------------------+----------------------+----------+---------+-------+----------------------------+-----------------+
| 1 | nova-consoleauth | controller | internal | enabled | up | 2015-04-26T15:23:41.000000 | - |
| 2 | nova-scheduler | controller | internal | enabled | up | 2015-04-26T15:23:41.000000 | - |
| 3 | nova-conductor | controller | internal | enabled | up | 2015-04-26T15:23:40.000000 | - |
| 5 | nova-cert | controller | internal | enabled | up | 2015-04-26T15:23:40.000000 | - |
| 6 | nova-compute | compute1 | nova | enabled | up | 2015-04-26T15:23:39.000000 | - |
+----+------------------+----------------------+----------+---------+-------+----------------------------+-----------------+
And if I call nova hypervisor-list, the list is empty
[root@controller (keystone_admin)]# nova hypervisor-list
+----+---------------------+
| ID | Hypervisor hostname |
+----+---------------------+
+----+---------------------+
Not sure if that has something to do with the empty hypervisor list (?).
Thanks!
On 24/04/15 00:12, Arif Ali wrote:
192.168.10.76:12] IOError: [Errno 13] Permission denied:This was fixed yesterday by https://review.gerrithub.io/#/c/230645/ and following patch.
'/tmp/_tmp_.secret_key_store.lock'
I hope that this helpful
Matthias
_______________________________________________
Rdo-list mailing list
Rdo-list@redhat.com
https://www.redhat.com/mailman/listinfo/rdo-list
To unsubscribe: rdo-list-unsubscribe@redhat.com