Repository: cloudstack-docs-install Updated Branches: refs/heads/master 1bf8b0b26 -> 813e4576e
config: update notes on adding kvm host using non-root user Signed-off-by: Rohit Yadav <[email protected]> (cherry picked from commit e548cf79068a522034c49c352408b2b326ce4693) 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/813e4576 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/tree/813e4576 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/diff/813e4576 Branch: refs/heads/master Commit: 813e4576e41e9f834e68b074607de765c12674f1 Parents: 1bf8b0b Author: Rohit Yadav <[email protected]> Authored: Mon May 25 13:03:54 2015 +0200 Committer: Rohit Yadav <[email protected]> Committed: Mon May 25 13:04:18 2015 +0200 ---------------------------------------------------------------------- source/configuration.rst | 1 - source/hypervisor/kvm.rst | 8 ++++++++ 2 files changed, 8 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/813e4576/source/configuration.rst ---------------------------------------------------------------------- diff --git a/source/configuration.rst b/source/configuration.rst index 1dcb9a9..daa8292 100644 --- a/source/configuration.rst +++ b/source/configuration.rst @@ -1063,7 +1063,6 @@ KVM Host Additional Requirements - 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 http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/813e4576/source/hypervisor/kvm.rst ---------------------------------------------------------------------- diff --git a/source/hypervisor/kvm.rst b/source/hypervisor/kvm.rst index 3e1c7a9..f729998 100644 --- a/source/hypervisor/kvm.rst +++ b/source/hypervisor/kvm.rst @@ -161,6 +161,14 @@ later section, see :ref:`adding-a-host`. It is recommended that you continue to read the documentation before adding the host! +If you're using a non-root user to add the KVM host, please add the user to +sudoers file: + +.. sourcecode:: bash + + cloudstack ALL=NOPASSWD: /usr/bin/cloudstack-setup-agent + defaults:cloudstack !requiretty + Configure CPU model for KVM guest (Optional) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
