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

feature #3718: Add DISK on oned.conf comment. DISK_COST is now a restricted

attribute
This commit is contained in:
Ruben S. Montero 2015-07-09 14:07:01 +02:00
parent e5eb92eeec
commit 5e2d06401f

View File

@ -115,8 +115,8 @@ FEDERATION = [
# Default showback cost
#-------------------------------------------------------------------------------
# The following attributes define the default cost for Virtual Machines that
# don't have a CPU or MEMORY cost. This is used by the oneshowback calculate
# method.
# don't have a CPU, MEMORY or DISK cost. This is used by the oneshowback
# calculate method.
#*******************************************************************************
DEFAULT_COST = [
@ -785,6 +785,7 @@ VM_RESTRICTED_ATTR = "DISK/READ_IOPS_SEC"
VM_RESTRICTED_ATTR = "DISK/WRITE_IOPS_SEC"
VM_RESTRICTED_ATTR = "CPU_COST"
VM_RESTRICTED_ATTR = "MEMORY_COST"
VM_RESTRICTED_ATTR = "DISK_COST"
#VM_RESTRICTED_ATTR = "RANK"
#VM_RESTRICTED_ATTR = "SCHED_RANK"