Refactor #32071: Improve compute VM handling
Added by Ondřej Ezr about 4 years ago. Updated almost 4 years ago.
Applied in changeset foreman|b089ed9ed4d9d547f8f626057da638d001dc65c7.
Revision b089ed9e (diff)
Fixes #32083 - use full Host model in VM template
For rendering `hosts/_compute` we've used just host attributes in thepast, but it just brings more complexity, when we cant rely on the Hostmodel to be around.
This builds the Host model instead and passes it to the templates.
Also available in: Atom PDF
Fixes #32083 - use full Host model in VM template
For rendering `hosts/_compute` we've used just host attributes in the
past, but it just brings more complexity, when we cant rely on the Host
model to be around.
This builds the Host model instead and passes it to the templates.