test_resize_server_revert_deleted_flavor fails due to "No valid host was found"
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
New
|
Undecided
|
Unassigned |
Bug Description
test_resize_
Traceback (most recent call last):
File "tempest/
self.
File "tempest/
return self.action(
File "tempest/
post_body)
File "tempest/
return self.request(
File "tempest/
method, url, extra_headers, headers, body, chunked)
File "tempest/
self.
File "tempest/
raise exceptions.
tempest.
Details: {u'code': 400, u'message': u'No valid host was found. No valid host found for resize'}
According to nova-sched.log nova-sched could not find valid host on ComputeFilter:
Filter results: ['RetryFilter: (start: 1, end: 1)', 'AvailabilityZo neFilter: (start: 1, end: 1)', 'RamFilter: (start: 1, end: 1)', 'DiskFilter: (start: 1, end: 1)', 'ComputeFilter: (start: 1, end: 0)']
because the host is disabled due to "Connection to libvirt lost" like
(ubuntu- xenial- bluebox- sjc1-7106549, ubuntu- xenial- bluebox- sjc1-7106549) ram: 7086MB disk: 49152MB io_ops: 4 instances: 5 is disabled, reason: AUTO: Connection to libvirt lost: 0 host_passes
from nova-sched.log