Actions
Bug #24787
closedTemplates subnet association renders to Capsule URL and not template_url
Description
You can reproduce by setting Templates Capsule and then rendering PXELinux. It returns Capsule URL instead of Capsule HTTP port (8000) and in logs there is this error message:
[W|tem|] unable to obtain template url set by proxy https://next.nat.lan:9090/unattended. falling back on proxy url
Expected URL is: http://next.nat.lan:8000/unattended
Currently returned URL is: https://next.nat.lan:9090/unattended
Feature #17316 was not implemented correctly, tests are actually incorrect. That's where unit tests are kind of useless.
Actions