Actions
Refactor #19340
closednew_host vs new_vm variable in compute resource VM partials
Description
new_host was replaced by new_vm because of:
https://github.com/theforeman/foreman/commit/637da2f28accc1378f0326d97adcbb2efc5d9808
There are still 2 places (vmware name, vmware volume disk_mode) in which new_host is used in:
app/views/compute_resources_vms/form/vmware/_volume.html.erb
Updated by Dominic Cleal over 7 years ago
- Tracker changed from Bug to Refactor
- Subject changed from new_host vs new_vm to new_host vs new_vm variable in compute resource VM partials
- Category set to Compute resources
Updated by Stefan Heil over 7 years ago
- Related to Bug #19566: Creating a new host VM on xen fails with: undefined method `new_host?' added
Updated by Luke Huxley over 7 years ago
- Priority changed from Normal to High
Bernhard Suttner wrote:
new_host was replaced by new_vm because of:
https://github.com/theforeman/foreman/commit/637da2f28accc1378f0326d97adcbb2efc5d9808There are still 2 places (vmware name, vmware volume disk_mode) in which new_host is used in:
app/views/compute_resources_vms/form/vmware/_volume.html.erb
This change seems to have broken provision on XenServer compute resources.
Updated by Timo Goebel over 7 years ago
- Related to deleted (Bug #19566: Creating a new host VM on xen fails with: undefined method `new_host?' )
Updated by The Foreman Bot over 7 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/4549 added
Updated by Timo Goebel over 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset c8efc502b6408664e3452d8d9d8f7c5c5bad9495.
Updated by Marek Hulán over 7 years ago
- Translation missing: en.field_release set to 240
Actions