Hi,

I tried to deploy RDO icehouse-3 using foreman on CentOS 6.5, previously I had success with Havana and icehouse-2

Everything went smoothly, and quite a few of the issues I had with icehouse-2 were gone!

The only non-puppet task I had to do was on the controller:

cat <<EOF > /etc/mysql/conf.d/innodb.cnf 
[mysqld]
default-storage-engine = innodb
EOF

service mysqld restart

mysql -e 'drop database neutron; create database neutron;'

However, I've hit a blocker with nova compute not showing up into the controller. The only thing useful I can find in the nova-compute logs,

"
Timed out waiting for nova-conductor. Is it running? Or did this service start before nova-conductor?
"

Both nova-compute (on the compute) and nova-conductor (on the controller) said "AMQP connected" after a service restart, so I'm not sure what's gone wrong here.

Suggestions?

Thanks,
Andrew