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.
Updated by Lukas Zapletal over 6 years ago
- Related to Feature #17316: Proxy templating needs TFTP feature to be turned on added
Updated by Tomer Brisker about 6 years ago
- Status changed from Closed to Duplicate
Updated by Tomer Brisker about 6 years ago
- Is duplicate of Bug #23291: Proxy template URL not used for kickstart added
Actions