Provider Conflict
Symptom: Nova shows a 409 conflict for an instance UUID.
Resolution:
Run
openstack resource provider list --name <uuid>
to get the resource provider UUIDrun
openstack resource provider delete <uuid>
to remove that provider. It should be auto-recreated if needed.
Last updated