Files
puppet-nova/tests/compute/libvirt.pp
Dan Bode c09d2d69c7 Split out compute from controller
- split compute::libvirt from compute
- moved network_manager and flat interface to 
  nova class b/c they are shared by multiple 
  components
- added compute::libvirt
2011-06-24 13:33:02 -07:00

3 lines
95 B
Puppet

$libvirt_hash = { 'nova::compute::libvirt' => {} }
create_resources( 'class', $libvirt_hash)