Set compute_driver in xenserver.pp.
Updates the compute/xenserver.pp module so that we set compute_driver. Given we already do this for libvirt I think it makes sense to do it here as well. Change-Id: I1b42b4e7f638a94b0b1f933994569f7a502fadb9
This commit is contained in:
@@ -6,6 +6,7 @@ class nova::compute::xenserver(
|
||||
) {
|
||||
|
||||
nova_config {
|
||||
'DEFAULT/compute_driver': value => 'xenapi.XenAPIDriver';
|
||||
'DEFAULT/connection_type': value => 'xenapi';
|
||||
'DEFAULT/xenapi_connection_url': value => $xenapi_connection_url;
|
||||
'DEFAULT/xenapi_connection_username': value => $xenapi_connection_username;
|
||||
|
||||
Reference in New Issue
Block a user