Hi,
I installed Openstack Kilo (rc2) on RHEL7.1 using RDO repositories.
It's a distributed environment (Controller and 2 compute nodes).
The installation process itself finished without errors.
Issues:
1)Problem with Horizon - getting permission denied error.
There is an old bug here:
https://bugzilla.redhat.com/show_bug.cgi?id=1150678.
I added a comment there.
Workaround - Changing the ownership of the
/usr/share/openstack-dashboard/static/dashboard to
apache:apache solves the issue
2) openstack-nova-novncproxy service fails to start:
There is a bug:
https://bugzilla.redhat.com/show_bug.cgi?id=1200701
3) When enabling LBaaS neutron-lbaas-agent fails to start:
neutron-lbaas-agent: Error importing loadbalancer device driver:
neutron.services.loadbalancer.drivers.haproxy.namespace_driver.HaproxyNSDriver
There is a bug:
https://bugs.launchpad.net/neutron/+bug/1441107/
A fix is in review for Kilo
Workaround:
In /etc/neutron/lbaas_agent.ini change:
device_driver =
neutron_lbaas.services.loadbalancer.drivers.haproxy.namespace_driver.HaproxyNSDriver
Itzik