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
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
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
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
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
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
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