mirror of
https://github.com/OpenNebula/one.git
synced 2024-12-24 21:34:01 +03:00
F #1885: Added configuration option to oned.conf
This commit is contained in:
parent
50ad00918e
commit
d305167c6e
@ -220,7 +220,8 @@ DEFAULT_COST = [
|
||||
# %m -- method name
|
||||
# %u -- user id
|
||||
# %U -- user name
|
||||
# %l -- param list
|
||||
# %l[number] -- param list and number of characters (optional) to print
|
||||
# each parameter, default is 20. Example: %l300
|
||||
# %p -- user password
|
||||
# %g -- group id
|
||||
# %G -- group name
|
||||
@ -235,7 +236,7 @@ DEFAULT_COST = [
|
||||
#TIMEOUT = 15
|
||||
#RPC_LOG = NO
|
||||
#MESSAGE_SIZE = 1073741824
|
||||
#LOG_CALL_FORMAT = "Req:%i UID:%u %m invoked %l"
|
||||
#LOG_CALL_FORMAT = "Req:%i UID:%u %m invoked %l20"
|
||||
|
||||
#*******************************************************************************
|
||||
# Physical Networks configuration
|
||||
|
Loading…
Reference in New Issue
Block a user