mirror of
https://github.com/OpenNebula/one.git
synced 2024-12-31 17:17:40 +03:00
F #4845: Add some comments to oned.conf related to VM action classes.
This commit is contained in:
parent
5a856f87d3
commit
b516e36ea9
@ -793,7 +793,13 @@ DEFAULT_UMASK = 177
|
||||
#******************************************************************************
|
||||
# The following parameters define the operations associated to the ADMIN,
|
||||
# MANAGE and USE permissions. Note that some VM operations require additional
|
||||
# permissions on other objects.
|
||||
# permissions on other objects. Also some operations refers to a class of
|
||||
# actions:
|
||||
# - disk-snapshot, includes create, delete and revert actions
|
||||
# - disk-attach, includes attach and detach actions
|
||||
# - nic-attach, includes attach and detach actions
|
||||
# - snapshot, includes create, delete and revert actions
|
||||
# - resched, includes resched and unresched actions
|
||||
#******************************************************************************
|
||||
|
||||
VM_ADMIN_OPERATIONS = "migrate, delete, recover, retry, deploy, resched"
|
||||
|
Loading…
Reference in New Issue
Block a user