From b516e36ea9240c0de4aa2b10c1eceb25bcbe68ed Mon Sep 17 00:00:00 2001 From: "Ruben S. Montero" Date: Mon, 30 Jan 2017 18:39:52 +0100 Subject: [PATCH] F #4845: Add some comments to oned.conf related to VM action classes. --- share/etc/oned.conf | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/share/etc/oned.conf b/share/etc/oned.conf index e5c03a7a05..a834a3bb3d 100644 --- a/share/etc/oned.conf +++ b/share/etc/oned.conf @@ -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"