File: use-modular-libvirt-in-debian-and-ubuntu.patch

package info (click to toggle)
puppet-module-nova 25.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,100 kB
  • sloc: ruby: 11,433; python: 38; sh: 10; makefile: 10
file content (20 lines) | stat: -rw-r--r-- 925 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Description: Use modular libvirt in debian and ubuntu
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2024-04-30

Index: puppet-module-nova/manifests/params.pp
===================================================================
--- puppet-module-nova.orig/manifests/params.pp
+++ puppet-module-nova/manifests/params.pp
@@ -101,8 +101,8 @@ class nova::params {
       $virtqemu_socket_name              = undef
       $virtproxy_socket_name             = undef
       $virtstorage_socket_name           = undef
-      $modular_libvirt                   = false
-      $modular_libvirt_support           = false
+      $modular_libvirt                   = true
+      $modular_libvirt_support           = true
       $libvirt_guests_environment_file   = '/etc/default/libvirt-guests'
       $scheduler_service_name            = 'nova-scheduler'
       $vncproxy_service_name             = 'nova-novncproxy'