Skip to content

Commit

Permalink
(#13120) Add connection_type to nova::compute::libvirt
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Dan Bode committed Mar 14, 2012
1 parent 44984fd commit d65b556
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/compute/libvirt.pp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
$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,
Expand Down

0 comments on commit d65b556

Please sign in to comment.