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 13:04:14 UTC

cloudstack-docs-install git commit: config: update notes on adding kvm host using non-root user

Repository: cloudstack-docs-install
Updated Branches:
  refs/heads/4.5 681de6145 -> e548cf790


config: update notes on adding kvm host using 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/e548cf79
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/tree/e548cf79
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/diff/e548cf79

Branch: refs/heads/4.5
Commit: e548cf79068a522034c49c352408b2b326ce4693
Parents: 681de61
Author: Rohit Yadav <ro...@shapeblue.com>
Authored: Mon May 25 13:03:54 2015 +0200
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Mon May 25 13:03:54 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/e548cf79/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/e548cf79/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)
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^