mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
M #-: Add showback to oned.conf, fix schema (#1297)
This commit is contained in:
parent
6984fbb467
commit
56b53d6865
share
@ -265,6 +265,7 @@
|
||||
<xs:element name="RPC_LOG" type="xs:string" minOccurs="0" maxOccurs="1"/>
|
||||
<xs:element name="SCRIPTS_REMOTE_DIR" type="xs:string" minOccurs="0" maxOccurs="1"/>
|
||||
<xs:element name="SESSION_EXPIRATION_TIME" type="xs:integer" minOccurs="0" maxOccurs="1"/>
|
||||
<xs:element name="SHOWBACK_ONLY_RUNNING" type="xs:string" minOccurs="0" maxOccurs="1"/>
|
||||
<xs:element name="TIMEOUT" type="xs:integer" minOccurs="0" maxOccurs="1"/>
|
||||
|
||||
<xs:element name="TM_MAD" minOccurs="0" maxOccurs="unbounded">
|
||||
|
@ -214,6 +214,11 @@ DEFAULT_COST = [
|
||||
DISK_COST = 0
|
||||
]
|
||||
|
||||
# Should showback calculation count only running VMs.
|
||||
# If 'no' showback will inlcude also reserved CPU and MEMORY, e.g. VM states
|
||||
# POWEROFF or SUSPENDED
|
||||
SHOWBACK_ONLY_RUNNING = "no"
|
||||
|
||||
#*******************************************************************************
|
||||
# XML-RPC server configuration
|
||||
#-------------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user