Actions
Bug #6160
closedFalse positive validation prevents saving network provisioned host with compute profile with image
Description
1. add image to libvirt resource
2. create a compute profile for libvirt, include the image (doesn't seem to be have nothing selected)
3. perform network based provisioning
4. the the provisioning calls foreman at the end, it fails on
"Selected image does not belong to localhost (Libvirt)"]}"
The problem with image not being find in the compute resource was caused by http://projects.theforeman.org/issues/6159
However, there is no reason to do this validation for build-based provisioning.
Actions