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:
parent
1ca6e9d8cb
commit
0d332d1c56
@ -52,7 +52,7 @@ class nova::params {
|
||||
# some of the services need to be started form the special upstart provider
|
||||
$special_service_provider = 'upstart'
|
||||
# debian specific nova config
|
||||
$root_helper = 'sudo'
|
||||
$root_helper = 'sudo nova-rootwrap'
|
||||
}
|
||||
default: {
|
||||
fail("Unsupported osfamily: ${::osfamily} operatingsystem: ${::operatingsystem}, module ${module_name} only support osfamily RedHat and Debian")
|
||||
|
Loading…
Reference in New Issue
Block a user