Service model: Refactor 'build_from_template' to make it agnostic
What does this MR do?
These changes are in preparation for a future merge request.
- Rename
build_from_template
tobuild_from_integration
to make it agnostic from templates, so now we are able to pass a template service or an instance-level service. - Remove unnecessary condition to set
active = false
.
Related to #218250 (closed) and #218275 (closed)
Edited by 🤖 GitLab Bot 🤖