@@ -408,7 +408,55 @@ kolla_build_customizations_rocky:
408
408
ovn_sb_db_server_packages_override :
409
409
- ovn24.03-central
410
410
411
- kolla_build_customizations_ubuntu : {}
411
+ kolla_build_customizations_ubuntu :
412
+ kolla_toolbox_packages_remove :
413
+ - openvswitch-switch
414
+ - openvswitch-common
415
+ kolla_toolbox_packages_append :
416
+ - openvswitch-switch=3.3.0-1ubuntu3.2
417
+ - openvswitch-common=3.3.0-1ubuntu3.2
418
+ manila_base_packages_remove :
419
+ - openvswitch-switch
420
+ - openvswitch-common
421
+ manila_base_packages_append :
422
+ - openvswitch-switch=3.3.0-1ubuntu3.2
423
+ - openvswitch-common=3.3.0-1ubuntu3.2
424
+ neutron_base_packages_remove :
425
+ - openvswitch-switch
426
+ - openvswitch-common
427
+ - python3-openvswitch
428
+ neutron_base_packages_append :
429
+ - openvswitch-switch=3.3.0-1ubuntu3.2
430
+ - openvswitch-common=3.3.0-1ubuntu3.2
431
+ - python3-openvswitch=3.3.0-1ubuntu3.2
432
+ nova_base_packages_remove :
433
+ - openvswitch-switch
434
+ - openvswitch-common
435
+ - python3-openvswitch
436
+ nova_base_packages_append :
437
+ - openvswitch-switch=3.3.0-1ubuntu3.2
438
+ - openvswitch-common=3.3.0-1ubuntu3.2
439
+ - python3-openvswitch=3.3.0-1ubuntu3.2
440
+ nova_libvirt_packages_remove :
441
+ - openvswitch-switch
442
+ - openvswitch-common
443
+ nova_libvirt_packages_append :
444
+ - openvswitch-switch=3.3.0-1ubuntu3.2
445
+ - openvswitch-common=3.3.0-1ubuntu3.2
446
+ openvswitch_base_packages_remove :
447
+ - openvswitch-switch
448
+ - openvswitch-common
449
+ - python3-openvswitch
450
+ openvswitch_base_packages_append :
451
+ - openvswitch-switch=3.3.0-1ubuntu3.2
452
+ - openvswitch-common=3.3.0-1ubuntu3.2
453
+ - python3-openvswitch=3.3.0-1ubuntu3.2
454
+ ovs_dpdk_packages_remove :
455
+ - openvswitch-switch
456
+ - openvswitch-common-dpdk
457
+ ovs_dpdk_packages_append :
458
+ - openvswitch-switch-dpdk=3.3.0-1ubuntu3.2
459
+
412
460
413
461
# Dict mapping image customization variable names to their values.
414
462
# Each variable takes the form:
0 commit comments