Multinode job fails with "Compute host X not found"
Bug #1661014 reported by
Vladyslav Drok
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| Ironic |
Won't Fix
|
Undecided
|
Unassigned | ||
| OpenStack Compute (nova) |
Fix Released
|
Undecided
|
Chris Dent | ||
Bug Description
Example failure:
2017-02-01 14:55:05.875428 | Details: {u'code': 500, u'message': u'Compute host 5 could not be found.\nTraceback (most recent call last):\n\n File "/opt/stack/
| description: | updated |
| Changed in nova: | |
| assignee: | nobody → Chris Dent (cdent) |
| status: | New → In Progress |
| Changed in ironic: | |
| status: | New → Won't Fix |
To post a comment you must log in.

I think you're going to need to enable this new config option in that job so that it discovers hosts when n-sch starts up, and periodically based on what you set it to:
https:/ /review. openstack. org/#/c/ 426826/
But you also need to run 'nova-manage cell_v2 discover_hosts' when new compute nodes are added to the deployment otherwise.