changing openstack_domain does not change in nova DB
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
New
|
Undecided
|
Unassigned |
Bug Description
In inventory/
openstack_domain: openstack.local
However, during OSA deployment for some reason, we used the FQDN name. such as example.com
after updating the openstack_domain.
all existing instances has error while live-migration that they can not find the new compute.
Unable to find record for source node compute-
nova.exception.
it searched for compute-
I found that the compute_nodes and instances table is not updated with the new openstack_domain name.
now I want a way other than manually changing the DB fields
all vms become orphened with old name resource allocation. there has to be a way to migrate all instances attached to old resource allocation to new node name ,
its odd that when openstack_domain is change it create new compute_node in DB and new resource allocation.
is there any way to correct that?