You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2015/05/25 12:32:34 UTC

cloudstack-docs-install git commit: configuration: add details about sudoers configuration when adding non-root user

Repository: cloudstack-docs-install
Updated Branches:
  refs/heads/master 2d28149b5 -> 1bf8b0b26


configuration: add details about sudoers configuration when adding non-root user

Signed-off-by: Rohit Yadav <ro...@shapeblue.com>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/commit/1bf8b0b2
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/tree/1bf8b0b2
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/diff/1bf8b0b2

Branch: refs/heads/master
Commit: 1bf8b0b261f4e80b64450b1b002804e45b61a24b
Parents: 2d28149
Author: Rohit Yadav <ro...@shapeblue.com>
Authored: Mon May 25 12:32:11 2015 +0200
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Mon May 25 12:32:11 2015 +0200

----------------------------------------------------------------------
 source/configuration.rst | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/1bf8b0b2/source/configuration.rst
----------------------------------------------------------------------
diff --git a/source/configuration.rst b/source/configuration.rst
index c1771dc..1dcb9a9 100644
--- a/source/configuration.rst
+++ b/source/configuration.rst
@@ -1061,6 +1061,11 @@ KVM Host Additional Requirements
    on the KVM host and set the parameter network.bridge.type to
    openvswitch before adding the host to CloudStack
 
+-  If you're using a non-root user to add a KVM host, please add the user to
+   sudoers file:
+   .. sourcecode:: bash
+      cloudstack ALL=NOPASSWD: /usr/bin/cloudstack-setup-agent
+      defaults:cloudstack !requiretty
 
 Adding a XenServer or KVM Host
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^