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 <[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/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 <[email protected]> Authored: Mon May 25 12:32:11 2015 +0200 Committer: Rohit Yadav <[email protected]> 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 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
