<div dir="ltr">I can confirm.   Following docs here:  <a href="http://docs.openstack.org/juno/install-guide/install/yum/content/ch_nova.html#nova-controller-install">http://docs.openstack.org/juno/install-guide/install/yum/content/ch_nova.html#nova-controller-install</a><div><br></div><div><br></div><div> I removed the distro nova.conf and created a new and added this content, replacing it with the settings pertenant to my environment an it is now working.   There is definitely something wrong with the distro shipped config.  I'll poke around an see if anything sticks out.</div><div><br></div><div><div>[database]</div><div>connection = mysql://nova:PASSWORD@controller/nova</div><div><br></div><div>[DEFAULT]</div><div>verbose = True</div><div>rpc_backend = rabbit</div><div>rabbit_host = controller</div><div>rabbit_password = RABBIT_PASS</div><div><br></div><div>auth_strategy = keystone</div><div><br></div><div>my_ip = <IP></div><div>vncserver_listen = <IP></div><div>vncserver_proxyclient_address = <IP></div><div><br></div><div>[glance]</div><div>host = controller</div><div><br></div><div><br></div><div><br></div><div>[keystone_authtoken]</div><div>auth_uri = <a href="http://controller:5000/v2.0">http://controller:5000/v2.0</a></div><div>identity_uri = <a href="http://controller:35357">http://controller:35357</a></div><div>admin_tenant_name = service</div><div>admin_user = nova</div><div>admin_password = PASSWORD</div><div><br></div><div><br></div></div></div>