get_host_uptime missing for bare metal
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Triaged
|
Wishlist
|
Unassigned |
Bug Description
I add baremetal but on hypervisor it doesn't show the resources.
Install with kolla.
Ubuntu: 18.04
Docker pkg: Source
I check the logs i can see from nova/nova-
ERROR oslo_messaging.
Traceback (most recent call last):
File "/var/lib/
res = self.dispatcher
File "/var/lib/
return self._do_
File "/var/lib/
result = func(ctxt, **new_args)
File "/var/lib/
function_name, call_dict, binary, tb)
File "/var/lib/
self.
File "/var/lib/
six.
File "/usr/local/
raise value
File "/var/lib/
return f(self, context, *args, **kw)
File "/var/lib/
return self.driver.
File "/var/lib/
raise NotImplementedE
NotImplementedError
This is a known limitation of the ironic virt driver. So this is not a bug but a missing feature. If you would like to work on implementing this then please open a blueprint for it and bring that bp up for approval in the next nova weekly IRC meeting[1]. For more about the process see [2].
[1] https:/ /wiki.openstack .org/wiki/ Meetings/ Nova /docs.openstack .org/nova/ latest/ contributor/ process. html
[2] https:/