1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

F #5422: Add features to vm-template yaml (#2119)

This commit is contained in:
Sergio Betanzos 2022-06-02 11:53:53 +02:00 committed by GitHub
parent 129e252c12
commit a54442bf05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 2 deletions

View File

@ -21,6 +21,18 @@
resource_name: "VM-TEMPLATE"
# Features -
features:
# True to hide the CPU setting in the dialogs
hide_cpu: false
# False to not scale the CPU.
# An integer value would be used as a multiplier as follows:
# CPU = cpu_factor * VCPU
# Set it to 1 to tie CPU and vCPU.
cpu_factor: false
# Actions - Which buttons are visible to operate over the resources
actions:
@ -52,7 +64,6 @@ filters:
# Info Tabs - Which info tabs are used to show extended information
info-tabs:
info:
enabled: true
information_panel:

View File

@ -21,6 +21,18 @@
resource_name: "VM-TEMPLATE"
# Features -
features:
# True to hide the CPU setting in the dialogs
hide_cpu: true
# False to not scale the CPU.
# An integer value would be used as a multiplier as follows:
# CPU = cpu_factor * VCPU
# Set it to 1 to tie CPU and vCPU.
cpu_factor: false
# Actions - Which buttons are visible to operate over the resources
actions:
@ -52,7 +64,6 @@ filters:
# Info Tabs - Which info tabs are used to show extended information
info-tabs:
info:
enabled: true
information_panel: