~ubuntu-branches/ubuntu/quantal/nova/quantal-proposed

« back to all changes in this revision

Viewing changes to bin/nova-rootwrap

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-08-16 14:04:11 UTC
  • mto: This revision was merged to the branch mainline in revision 84.
  • Revision ID: package-import@ubuntu.com-20120816140411-0mr4n241wmk30t9l
Tags: upstream-2012.2~f3
ImportĀ upstreamĀ versionĀ 2012.2~f3

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
   Filters which commands nova is allowed to run as another user.
22
22
 
23
23
   To use this, you should set the following in nova.conf:
24
 
   root_helper=sudo nova-rootwrap /etc/nova/rootwrap.conf
 
24
   rootwrap_config=/etc/nova/rootwrap.conf
25
25
 
26
26
   You also need to let the nova user run nova-rootwrap as root in sudoers:
27
27
   nova ALL = (root) NOPASSWD: /usr/bin/nova-rootwrap /etc/nova/rootwrap.conf *