diff --git a/src/sunstone/etc/sunstone-views/kvm/admin.yaml b/src/sunstone/etc/sunstone-views/kvm/admin.yaml index b34a242729..7f8a3ce62c 100644 --- a/src/sunstone/etc/sunstone-views/kvm/admin.yaml +++ b/src/sunstone/etc/sunstone-views/kvm/admin.yaml @@ -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 diff --git a/src/sunstone/etc/sunstone-views/kvm/cloud.yaml b/src/sunstone/etc/sunstone-views/kvm/cloud.yaml index 604259447e..acb4ae632b 100644 --- a/src/sunstone/etc/sunstone-views/kvm/cloud.yaml +++ b/src/sunstone/etc/sunstone-views/kvm/cloud.yaml @@ -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 diff --git a/src/sunstone/etc/sunstone-views/kvm/groupadmin.yaml b/src/sunstone/etc/sunstone-views/kvm/groupadmin.yaml index 76da202a1b..aa3cf72ea4 100644 --- a/src/sunstone/etc/sunstone-views/kvm/groupadmin.yaml +++ b/src/sunstone/etc/sunstone-views/kvm/groupadmin.yaml @@ -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 diff --git a/src/sunstone/etc/sunstone-views/kvm/user.yaml b/src/sunstone/etc/sunstone-views/kvm/user.yaml index 788e23297c..0fe1acd533 100644 --- a/src/sunstone/etc/sunstone-views/kvm/user.yaml +++ b/src/sunstone/etc/sunstone-views/kvm/user.yaml @@ -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 diff --git a/src/sunstone/etc/sunstone-views/mixed/admin.yaml b/src/sunstone/etc/sunstone-views/mixed/admin.yaml index 94c5415644..12323e56e5 100644 --- a/src/sunstone/etc/sunstone-views/mixed/admin.yaml +++ b/src/sunstone/etc/sunstone-views/mixed/admin.yaml @@ -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 diff --git a/src/sunstone/etc/sunstone-views/mixed/cloud.yaml b/src/sunstone/etc/sunstone-views/mixed/cloud.yaml index df20b49157..1f60387ee6 100644 --- a/src/sunstone/etc/sunstone-views/mixed/cloud.yaml +++ b/src/sunstone/etc/sunstone-views/mixed/cloud.yaml @@ -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 diff --git a/src/sunstone/etc/sunstone-views/mixed/groupadmin.yaml b/src/sunstone/etc/sunstone-views/mixed/groupadmin.yaml index a8d0762217..cf9208885b 100644 --- a/src/sunstone/etc/sunstone-views/mixed/groupadmin.yaml +++ b/src/sunstone/etc/sunstone-views/mixed/groupadmin.yaml @@ -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 diff --git a/src/sunstone/etc/sunstone-views/mixed/user.yaml b/src/sunstone/etc/sunstone-views/mixed/user.yaml index 6a5cedae70..8cc9e05806 100644 --- a/src/sunstone/etc/sunstone-views/mixed/user.yaml +++ b/src/sunstone/etc/sunstone-views/mixed/user.yaml @@ -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 diff --git a/src/sunstone/etc/sunstone-views/vcenter/admin.yaml b/src/sunstone/etc/sunstone-views/vcenter/admin.yaml index 0ebe745abe..637eb8023b 100644 --- a/src/sunstone/etc/sunstone-views/vcenter/admin.yaml +++ b/src/sunstone/etc/sunstone-views/vcenter/admin.yaml @@ -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 diff --git a/src/sunstone/etc/sunstone-views/vcenter/cloud.yaml b/src/sunstone/etc/sunstone-views/vcenter/cloud.yaml index cbcc9dd302..0c11edb99a 100644 --- a/src/sunstone/etc/sunstone-views/vcenter/cloud.yaml +++ b/src/sunstone/etc/sunstone-views/vcenter/cloud.yaml @@ -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 diff --git a/src/sunstone/etc/sunstone-views/vcenter/groupadmin.yaml b/src/sunstone/etc/sunstone-views/vcenter/groupadmin.yaml index fb57b02078..4462da0f66 100644 --- a/src/sunstone/etc/sunstone-views/vcenter/groupadmin.yaml +++ b/src/sunstone/etc/sunstone-views/vcenter/groupadmin.yaml @@ -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 diff --git a/src/sunstone/etc/sunstone-views/vcenter/user.yaml b/src/sunstone/etc/sunstone-views/vcenter/user.yaml index 13a2fdc0e2..fcf7f16814 100644 --- a/src/sunstone/etc/sunstone-views/vcenter/user.yaml +++ b/src/sunstone/etc/sunstone-views/vcenter/user.yaml @@ -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