|
|
@ -1839,7 +1839,7 @@ class DecortController(object):
|
|
|
|
# - when quering resource limits, the keys are in the form of cloud units (CU_*)
|
|
|
|
# - when quering resource limits, the keys are in the form of cloud units (CU_*)
|
|
|
|
query_key_map = dict(cpu='CU_C',
|
|
|
|
query_key_map = dict(cpu='CU_C',
|
|
|
|
ram='CU_M',
|
|
|
|
ram='CU_M',
|
|
|
|
disk='CU_D',
|
|
|
|
disk='CU_DM',
|
|
|
|
ext_ips='CU_I',
|
|
|
|
ext_ips='CU_I',
|
|
|
|
net_transfer='CU_NP',)
|
|
|
|
net_transfer='CU_NP',)
|
|
|
|
set_key_map = dict(cpu='maxCPUCapacity',
|
|
|
|
set_key_map = dict(cpu='maxCPUCapacity',
|
|
|
|