Re: [Openstack-operators] Cannot launch instances on Ocata.

2017-05-17 Thread Andy Wojnarek
I just realized netstat is only showing 8778 listening on tcp6. root@gvicopnstk01:/etc/nova# netstat -an | grep 8778 tcp6 0 0 :::8778 :::*LISTEN tcp6 0 0 192.168.241.114:8778192.168.241.115:58948 FIN_WAIT2 tcp6 0 0 192.168

Re: [Openstack-operators] Cannot launch instances on Ocata.

2017-05-17 Thread Andy Wojnarek
Thanks! I see my endpoints had controller:8778/placement, and that appears to be wrong… I think they must have updated the Ocata installation guide as such – because I see it correct in the guide now. I also see some people having the same issue as me, where the placement API is returning a 404

Re: [Openstack-operators] Cannot launch instances on Ocata.

2017-05-17 Thread Erik McCormick
I'm just spit-balling now because I haven't used Ocata yet, but your placement API may be up, but it's returning a 404 so it seems to be misconfigured somehow. Perhaps there's some useful nuggets in here: https://ask.openstack.org/en/question/102256/how-to-configure-placement-service-for-compute-n

Re: [Openstack-operators] Cannot launch instances on Ocata.

2017-05-17 Thread Andy Wojnarek
I’m seeing the following on the controller: 2017-05-17 17:20:12.049 2212 ERROR nova.scheduler.client.report [req-2953a824-f607-4b9d-86bf-f0d585fba787 b07949d8ae7144049851c7abb39ac6db 4fd0307bf4b74c5a8718b180c24c7cff - - -] Failed to retrieve filtered list of resource providers from placement A

Re: [Openstack-operators] Cannot launch instances on Ocata.

2017-05-17 Thread Erik McCormick
You'll want to check the nova-scheduler.log (controller) and the nova-compute.log (compute). You can look for your request ID and then go forward from there. Those should shed some more light on what the issue is -Erik On Wed, May 17, 2017 at 5:09 PM, Andy Wojnarek wrote: > Hi, > > > > I have a

Re: [Openstack-operators] Cannot launch instances on Ocata.

2017-05-17 Thread Kevin Bringard (kevinbri)
I would check the nova-scheduler log. It should explain to you why it’s unable to schedule the instance -Original Message- From: Andy Wojnarek Date: Wednesday, May 17, 2017 at 3:09 PM To: "openstack-operators@lists.openstack.org" Subject: [Openstack-operators] Cannot launch

[Openstack-operators] Cannot launch instances on Ocata.

2017-05-17 Thread Andy Wojnarek
Hi, I have a new Openstack cloud running in our lab, but I am unable to launch instances. This is Ocata running on Ubuntu 16.04.2 Here are the errors I am getting when trying to launch an instance: On my controller node in log file /var/log/nova/nova-conductor.log 2017-05-17 16:48:33.656 2654 E