(#13120) Add connection_type to nova::compute::libvirt

As of essex, the option connection_type is required
for compute nodes.

This commit adds the nova configuration option to the
nova::compute::libvirt class and sets it to libvirt.
This commit is contained in:
Dan Bode 2012-03-14 16:02:18 -07:00
parent 44984fd39e
commit d65b556920
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ class nova::compute::libvirt (
$flat_network_bridge_netmask
) {
nova_config { 'libvirt_type': value => $libvirt_type }
nova_config { 'connection_type': value => 'libvirt' }
nova::network::bridge { $flat_network_bridge:
ip => $flat_network_bridge_ip,
netmask => $flat_network_bridge_netmask,