fix(runtime): migrate roles to nested system fields
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
builder = "hvm"
|
||||
name = "{{ hostname }}"
|
||||
memory = "{{ system_cfg.memory_mb }}"
|
||||
memory = "{{ system_cfg.memory }}"
|
||||
vcpus = "{{ system_cfg.cpus }}"
|
||||
disk = [
|
||||
{%- for disk in virtualization_xen_disks | default([]) -%}
|
||||
|
||||
Reference in New Issue
Block a user