Re: [Openstack] Nova woes.

2015-03-16 Thread Georgios Dimitrakakis
Hi Brent, I would start by checking that the firewall is not blocking the connections at the required ports. Try by disabling firewall first and see if the services can be brought up and then put the rules in firewall for the ports: 80 6080 8773 3260 8776 5672 9292 3306 3260 5000 35357 I t

Re: [Openstack] Nova woes.

2015-03-16 Thread Delatte, Craig
It looks like you are missing the rabbit user id. Craig DeLatte OpenStack DevOps Time Warner Cable 704-731-3356 610-306-4816 On 3/16/15, 7:44 AM, "Brent Clark" wrote: >Good day Guys. > >Very new to openstack here. > >In my lab im trying to get it all working, but I have stumbled across >with

Re: [Openstack] Nova woes.

2015-03-16 Thread Weeks, Jacob (RIS-BCT)
It looks like the credentials you're using for rabbitmq are invalid. Be sure to set the appropriate username/password on your rabbitmq server (https://access.redhat.com/articles/1167113) Also be sure those credentials are defined in /etc/nova/nova.conf The guide above from RedHat explains how t