
- 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
3 lines
95 B
Puppet
3 lines
95 B
Puppet
$libvirt_hash = { 'nova::compute::libvirt' => {} }
|
|
create_resources( 'class', $libvirt_hash)
|