Repository: cloudstack-docs-install Updated Branches: refs/heads/4.5 2d28149b5 -> 681de6145
configuration: add details about sudoers configuration when adding non-root user Signed-off-by: Rohit Yadav <[email protected]> (cherry picked from commit 1bf8b0b261f4e80b64450b1b002804e45b61a24b) Signed-off-by: Rohit Yadav <[email protected]> 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/681de614 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/tree/681de614 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/diff/681de614 Branch: refs/heads/4.5 Commit: 681de614519e5de1037ceafb347d8e24d5885c9e Parents: 2d28149 Author: Rohit Yadav <[email protected]> Authored: Mon May 25 12:32:11 2015 +0200 Committer: Rohit Yadav <[email protected]> Committed: Mon May 25 12:32:41 2015 +0200 ---------------------------------------------------------------------- source/configuration.rst | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/681de614/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 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
