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:
Dan Prince
2013-05-22 14:35:44 -04:00
parent 3eac0fd0cc
commit 0367ba5f22

View File

@@ -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;