<div dir="ltr"><div><div>Hello, I have trying to install ocata on Ubuntu 16.04 , for the time being i have 2 nodes . just can't figure this out.<br><br>I have setup Placement API. But get error after restart nova service or reboot <br><br>" 017-08-18 08:27:41.496 1422 WARNING nova.scheduler.client.report [req-17911703-827e-402d-85e8-<wbr>a0bb25003fe3
- - - - -] The placement API endpoint not found. Placement is optional
in Newton, but required in Ocata. Please enable the placement service
before upgrading. "<br><br><br></div><div>And on the controller node when I run the command . <br>openstack@controller:~$ sudo nova-status upgrade check<br>+-----------------------------<wbr>------------------------------<wbr>--------+<br>| Upgrade Check Results <wbr> |<br>+-----------------------------<wbr>------------------------------<wbr>--------+<br>| Check: Cells v2 <wbr> |<br>| Result: Success <wbr> |<br>| Details: None <wbr> |<br>+-----------------------------<wbr>------------------------------<wbr>--------+<br>| Check: Placement API <wbr> |<br>| Result: Failure <wbr> |<br>| Details: Placement API endpoint not found. |<br>+-----------------------------<wbr>------------------------------<wbr>--------+<br>| Check: Resource Providers <wbr> |<br>| Result: Warning <wbr> |<br>| Details: There are no compute resource providers in the Placement |<br>| service but there are 1 compute nodes in the deployment. |<br>| This means no compute nodes are reporting into the |<br>| Placement service and need to be upgraded and/or fixed. |<br>| See <wbr> <wbr> |<br>| <a href="http://docs.openstack.org/developer/nova/placement.html" target="_blank">http://docs.openstack.org/<wbr>developer/nova/placement.html</a> <wbr> |<br>| for more details. <wbr> <br><br></div>I followed the the ocata guide given in the documentation by the letter .<br><br></div><div>After a feedback i got , just to make sure placement service configured in the service catalog:<br>$ openstack catalog show placement<br>+-----------+------------------------------------+<br>| Field | Value |<br>+-----------+------------------------------------+<br>| endpoints | RegionOne |<br>| | admin: <a href="http://controller:8778">http://controller:8778</a> |<br>| | RegionOne |<br>| | public: <a href="http://controller:8778">http://controller:8778</a> |<br>| | RegionOne |<br>| | internal: <a href="http://controller:8778">http://controller:8778</a> |<br>| | |<br>| id | 825f1a56d9a4438d9f54d893a7b227c0 |<br>| name | placement |<br>| type | placement |<br>+-----------+------------------------------------+<br><br></div><div>$ export TOKEN=$(openstack token issue -f value -c id)<br>$ curl -H "x-auth-token: $TOKEN" $PLACEMENT<br>{"versions": [{"min_version": "1.0", "max_version": "1.4", "id": "v1.0"}]}<br><br></div><div>I think this means that Placement service is configured correctly . <br><br></div><div>Do i need to configure a web server on the compute node ?<br><br><br></div><div>Divneet <br></div></div>