Project

General

Profile

Actions

Bug #8321

closed

Regression in 6e916e5 - Templates for image-based hosts can no longer be rendered

Added by Greg Sutcliffe over 9 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
High
Category:
Templates
Target version:
Difficulty:
trivial
Triaged:
Fixed in Releases:
Found in Releases:

Description

in #746, the method which retrieves available templates was refactored. In doing so, an error was introduced, where we try to call

self.compute_attributes.cr.image_param_name

however, compute_attributes is a normal hash, it has no cr method. It should be

self.compute_attributes[cr.image_param_name]

PR incoming, with a test to cover it.


Related issues 1 (0 open1 closed)

Related to Foreman - Feature #746: Generate all the Host template when click on Build to avoid errors during installationClosedShlomi Zadok03/15/2011Actions
Actions #1

Updated by The Foreman Bot over 9 years ago

  • Status changed from New to Ready For Testing
  • Pull request https://github.com/theforeman/foreman/pull/1909 added
  • Pull request deleted ()
Actions #2

Updated by Dominic Cleal over 9 years ago

  • translation missing: en.field_release set to 21
Actions #3

Updated by Dominic Cleal over 9 years ago

  • Related to Feature #746: Generate all the Host template when click on Build to avoid errors during installation added
Actions #4

Updated by Greg Sutcliffe over 9 years ago

  • Status changed from Ready For Testing to Closed
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF