There are no compute resource providers in the Placement
Hello Im using (actually truing to) openstack pike relize by maas/juju. I deploy whole services, and has no error, however, i can't to create any insance Trivial part like
openstack compute service list
+----+------------------+------+----------+---------+-------+----------------------------+
| ID | Binary | Host | Zone | Status | State | Updated At |
+----+------------------+------+----------+---------+-------+----------------------------+
| 2 | nova-conductor | 005 | internal | enabled | up | 2018-02-13T13:38:21.000000 |
| 3 | nova-scheduler | 005 | internal | enabled | up | 2018-02-13T13:38:21.000000 |
| 4 | nova-compute | 003 | nova | enabled | up | 2018-02-13T13:38:19.000000 |
| 5 | nova-compute | 004 | nova | enabled | up | 2018-02-13T13:38:22.000000 |
| 7 | nova-consoleauth | 005 | internal | enabled | up | 2018-02-13T13:38:19.000000 |
+----+------------------+------+----------+---------+-------+----------------------------+
openstack catalog list
+------------+-----------+-----------------------------------------------------------------------------+
| Name | Type | Endpoints |
+------------+-----------+-----------------------------------------------------------------------------+
| nova | compute | RegionOne |
| | | publicURL: http://172.16.133.6:8774/v2/027eff07acbd47d09c52a32808d03ed0 |
| | | internalURL: http://172.16.133.6:8774/v2/027eff07acbd47d09c52a32808d03ed0 |
| | | adminURL: http://172.16.133.6:8774/v2/027eff07acbd47d09c52a32808d03ed0 |
| | | |
| neutron | network | RegionOne |
| | | publicURL: http://172.16.133.207:9696 |
| | | internalURL: http://172.16.133.207:9696 |
| | | adminURL: http://172.16.133.207:9696 |
were made and as you see - the is no mistakes however
nova-status upgrade check
Option "logdir" from group "DEFAULT" is deprecated. Use option "log-dir" from group "DEFAULT".
URL mysql://nova:***@172.16.133.7/nova_api does not contain a '+drivername' portion, and will make use of a default driver. A full dbname+drivername:// protocol is recommended. For MySQL, it is strongly recommended that mysql+pymysql:// be specified for maximum service compatibility
URL mysql://nova:***@172.16.133.7/nova does not contain a '+drivername' portion, and will make use of a default driver. A full dbname+drivername:// protocol is recommended. For MySQL, it is strongly recommended that mysql+pymysql:// be specified for maximum service compatibility
URL mysql://nova:***@172.16.133.7/nova does not contain a '+drivername' portion, and will make use of a default driver. A full dbname+drivername:// protocol is recommended. For MySQL, it is strongly recommended that mysql+pymysql:// be specified for maximum service compatibility
+-------------------------------------------------------------------+
| Upgrade Check Results |
+-------------------------------------------------------------------+
| Check: Cells v2 |
| Result: Success |
| Details: None |
+-------------------------------------------------------------------+
| Check: Placement API |
| Result: Success |
| Details: None |
+-------------------------------------------------------------------+
| Check: Resource Providers |
| Result: Warning |
| Details: There are no compute resource providers in the Placement |
| service but there are 2 compute nodes in the deployment. |
| This means no compute nodes are reporting into the |
| Placement service and need to be upgraded and/or fixed. |
| See |
| http://docs.openstack.org/developer/nova/placement.html |
| for more details. |
+-------------------------------------------------------------------+
drives me crazy. I try to remove instances from databse, but Juju prohibited such modification
What should i do and go furute?