Update root_helper for Debian

This commit updates the root_helper used for Debian
systems. The packaging for Ubuntu Precise has been
updated to include nova-rootwrap.

This commit updates the params class to specify nova-rootwrap
as the default root_helper for Debian.
This commit is contained in:
Dan Bode 2012-04-08 22:25:25 +00:00
parent 1ca6e9d8cb
commit 0d332d1c56
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ class nova::params {
# some of the services need to be started form the special upstart provider # some of the services need to be started form the special upstart provider
$special_service_provider = 'upstart' $special_service_provider = 'upstart'
# debian specific nova config # debian specific nova config
$root_helper = 'sudo' $root_helper = 'sudo nova-rootwrap'
} }
default: { default: {
fail("Unsupported osfamily: ${::osfamily} operatingsystem: ${::operatingsystem}, module ${module_name} only support osfamily RedHat and Debian") fail("Unsupported osfamily: ${::osfamily} operatingsystem: ${::operatingsystem}, module ${module_name} only support osfamily RedHat and Debian")