mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-23 22:50:09 +03:00
M #-: Better description of instantiate_cpu_factor
This commit is contained in:
parent
a3d2991616
commit
754af0df06
@ -48,7 +48,10 @@ features:
|
||||
# True to hide the CPU setting in the VM creation dialog
|
||||
instantiate_hide_cpu: false
|
||||
|
||||
# False to not scale the CPU. Number to scale from VCPU
|
||||
# False to not scale the CPU.
|
||||
# An integer value would be used as a multiplier as follows:
|
||||
# CPU = instantiate_cpu_factor * VCPU
|
||||
# Set it to 1 to tie CPU and vCPU.
|
||||
instantiate_cpu_factor: false
|
||||
|
||||
# True to show the option to make an instance persistent
|
||||
|
@ -16,7 +16,10 @@ features:
|
||||
# True to hide the CPU setting in the VM creation dialog
|
||||
instantiate_hide_cpu: false
|
||||
|
||||
# False to not scale the CPU. Number to scale from VCPU
|
||||
# False to not scale the CPU.
|
||||
# An integer value would be used as a multiplier as follows:
|
||||
# CPU = instantiate_cpu_factor * VCPU
|
||||
# Set it to 1 to tie CPU and vCPU.
|
||||
instantiate_cpu_factor: false
|
||||
|
||||
# True to show the option to make an instance persistent
|
||||
|
@ -48,7 +48,10 @@ features:
|
||||
# True to hide the CPU setting in the VM creation dialog
|
||||
instantiate_hide_cpu: false
|
||||
|
||||
# False to not scale the CPU. Number to scale from VCPU
|
||||
# False to not scale the CPU.
|
||||
# An integer value would be used as a multiplier as follows:
|
||||
# CPU = instantiate_cpu_factor * VCPU
|
||||
# Set it to 1 to tie CPU and vCPU.
|
||||
instantiate_cpu_factor: false
|
||||
|
||||
# True to show the option to make an instance persistent
|
||||
|
@ -48,7 +48,10 @@ features:
|
||||
# True to hide the CPU setting in the VM creation dialog
|
||||
instantiate_hide_cpu: false
|
||||
|
||||
# False to not scale the CPU. Number to scale from VCPU
|
||||
# False to not scale the CPU.
|
||||
# An integer value would be used as a multiplier as follows:
|
||||
# CPU = instantiate_cpu_factor * VCPU
|
||||
# Set it to 1 to tie CPU and vCPU.
|
||||
instantiate_cpu_factor: false
|
||||
|
||||
# True to show the option to make an instance persistent
|
||||
|
@ -48,7 +48,10 @@ features:
|
||||
# True to hide the CPU setting in the VM creation dialog
|
||||
instantiate_hide_cpu: false
|
||||
|
||||
# False to not scale the CPU. Number to scale from VCPU
|
||||
# False to not scale the CPU.
|
||||
# An integer value would be used as a multiplier as follows:
|
||||
# CPU = instantiate_cpu_factor * VCPU
|
||||
# Set it to 1 to tie CPU and vCPU.
|
||||
instantiate_cpu_factor: false
|
||||
|
||||
# True to show the option to make an instance persistent
|
||||
|
@ -16,7 +16,10 @@ features:
|
||||
# True to hide the CPU setting in the VM creation dialog
|
||||
instantiate_hide_cpu: false
|
||||
|
||||
# False to not scale the CPU. Number to scale from VCPU
|
||||
# False to not scale the CPU.
|
||||
# An integer value would be used as a multiplier as follows:
|
||||
# CPU = instantiate_cpu_factor * VCPU
|
||||
# Set it to 1 to tie CPU and vCPU.
|
||||
instantiate_cpu_factor: false
|
||||
|
||||
# True to show the option to make an instance persistent
|
||||
|
@ -48,7 +48,10 @@ features:
|
||||
# True to hide the CPU setting in the VM creation dialog
|
||||
instantiate_hide_cpu: false
|
||||
|
||||
# False to not scale the CPU. Number to scale from VCPU
|
||||
# False to not scale the CPU.
|
||||
# An integer value would be used as a multiplier as follows:
|
||||
# CPU = instantiate_cpu_factor * VCPU
|
||||
# Set it to 1 to tie CPU and vCPU.
|
||||
instantiate_cpu_factor: false
|
||||
|
||||
# True to show the option to make an instance persistent
|
||||
|
@ -48,7 +48,10 @@ features:
|
||||
# True to hide the CPU setting in the VM creation dialog
|
||||
instantiate_hide_cpu: false
|
||||
|
||||
# False to not scale the CPU. Number to scale from VCPU
|
||||
# False to not scale the CPU.
|
||||
# An integer value would be used as a multiplier as follows:
|
||||
# CPU = instantiate_cpu_factor * VCPU
|
||||
# Set it to 1 to tie CPU and vCPU.
|
||||
instantiate_cpu_factor: false
|
||||
|
||||
# True to show the option to make an instance persistent
|
||||
|
@ -48,7 +48,10 @@ features:
|
||||
# True to hide the CPU setting in the VM creation dialog
|
||||
instantiate_hide_cpu: false
|
||||
|
||||
# False to not scale the CPU. Number to scale from VCPU
|
||||
# False to not scale the CPU.
|
||||
# An integer value would be used as a multiplier as follows:
|
||||
# CPU = instantiate_cpu_factor * VCPU
|
||||
# Set it to 1 to tie CPU and vCPU.
|
||||
instantiate_cpu_factor: false
|
||||
|
||||
# True to show the option to make an instance persistent
|
||||
@ -95,11 +98,11 @@ features:
|
||||
deploy_enforce: false
|
||||
|
||||
migrate_enforce: false
|
||||
|
||||
|
||||
# True to show the network configuration to instantiate Service template
|
||||
show_vnet_instantiate_flow: true
|
||||
|
||||
# True to show schedule actions section to instantiate VM
|
||||
# True to show schedule actions section to instantiate VM
|
||||
show_sched_actions_instantiate: true
|
||||
|
||||
# True to show boot order section to instantiate VM
|
||||
|
@ -16,7 +16,10 @@ features:
|
||||
# True to hide the CPU setting in the VM creation dialog
|
||||
instantiate_hide_cpu: false
|
||||
|
||||
# False to not scale the CPU. Number to scale from VCPU
|
||||
# False to not scale the CPU.
|
||||
# An integer value would be used as a multiplier as follows:
|
||||
# CPU = instantiate_cpu_factor * VCPU
|
||||
# Set it to 1 to tie CPU and vCPU.
|
||||
instantiate_cpu_factor: false
|
||||
|
||||
# True to show the option to make an instance persistent
|
||||
@ -38,11 +41,11 @@ features:
|
||||
show_attach_disk_advanced: true
|
||||
|
||||
show_attach_nic_advanced: true
|
||||
|
||||
|
||||
# True to show the network configuration to instantiate Service template
|
||||
show_vnet_instantiate_flow: true
|
||||
|
||||
# True to show schedule actions section to instantiate VM
|
||||
|
||||
# True to show schedule actions section to instantiate VM
|
||||
show_sched_actions_instantiate: true
|
||||
|
||||
# True to show boot order section to instantiate VM
|
||||
|
@ -48,7 +48,10 @@ features:
|
||||
# True to hide the CPU setting in the VM creation dialog
|
||||
instantiate_hide_cpu: true
|
||||
|
||||
# False to not scale the CPU. Number to scale from VCPU
|
||||
# False to not scale the CPU.
|
||||
# An integer value would be used as a multiplier as follows:
|
||||
# CPU = instantiate_cpu_factor * VCPU
|
||||
# Set it to 1 to tie CPU and vCPU.
|
||||
instantiate_cpu_factor: false
|
||||
|
||||
# True to show the option to make an instance persistent
|
||||
@ -95,11 +98,11 @@ features:
|
||||
deploy_enforce: false
|
||||
|
||||
migrate_enforce: false
|
||||
|
||||
|
||||
# True to show the network configuration to instantiate Service template
|
||||
show_vnet_instantiate_flow: true
|
||||
|
||||
# True to show schedule actions section to instantiate VM
|
||||
# True to show schedule actions section to instantiate VM
|
||||
show_sched_actions_instantiate: true
|
||||
|
||||
# True to show boot order section to instantiate VM
|
||||
|
@ -48,7 +48,10 @@ features:
|
||||
# True to hide the CPU setting in the VM creation dialog
|
||||
instantiate_hide_cpu: false
|
||||
|
||||
# False to not scale the CPU. Number to scale from VCPU
|
||||
# False to not scale the CPU.
|
||||
# An integer value would be used as a multiplier as follows:
|
||||
# CPU = instantiate_cpu_factor * VCPU
|
||||
# Set it to 1 to tie CPU and vCPU.
|
||||
instantiate_cpu_factor: false
|
||||
|
||||
# True to show the option to make an instance persistent
|
||||
@ -89,11 +92,11 @@ features:
|
||||
deploy_enforce: false
|
||||
|
||||
migrate_enforce: false
|
||||
|
||||
|
||||
# True to show the network configuration to instantiate Service template
|
||||
show_vnet_instantiate_flow: true
|
||||
|
||||
# True to show schedule actions section to instantiate VM
|
||||
# True to show schedule actions section to instantiate VM
|
||||
show_sched_actions_instantiate: true
|
||||
|
||||
# True to show boot order section to instantiate VM
|
||||
|
Loading…
x
Reference in New Issue
Block a user