File tree Expand file tree Collapse file tree 2 files changed +38
-5
lines changed Expand file tree Collapse file tree 2 files changed +38
-5
lines changed Original file line number Diff line number Diff line change @@ -344,16 +344,44 @@ kolla_build_customizations_common:
344
344
- /additions/*
345
345
346
346
kolla_build_customizations_rocky :
347
+ kolla_toolbox_packages_remove :
348
+ - openvswitch
349
+ kolla_toolbox_packages_append :
350
+ - openvswitch3.3
351
+ manila_base_packages_remove :
352
+ - openvswitch
353
+ manila_base_packages_append :
354
+ - openvswitch3.3
355
+ neutron_base_packages_remove :
356
+ - openvswitch
357
+ - python3-openvswitch
358
+ neutron_base_packages_append :
359
+ - openvswitch3.3
360
+ - python3-openvswitch3.3
361
+ nova_base_packages_remove :
362
+ - openvswitch
363
+ - python3-openvswitch
364
+ nova_base_packages_append :
365
+ - openvswitch3.3
366
+ - python3-openvswitch3.3
367
+ octavia_base_packages_remove :
368
+ - python3-openvswitch
369
+ openvswitch_base_packages_remove :
370
+ - openvswitch
371
+ - python3-openvswitch
372
+ openvswitch_base_packages_append :
373
+ - openvswitch3.3
374
+ - python3-openvswitch3.3
347
375
ovn_base_packages_override :
348
- - ovn23 .03
376
+ - ovn24 .03
349
377
ovn_controller_packages_override :
350
- - ovn23 .03-host
378
+ - ovn24 .03-host
351
379
ovn_nb_db_server_packages_override :
352
- - ovn23 .03-central
380
+ - ovn24 .03-central
353
381
ovn_northd_packages_override :
354
- - ovn23 .03-central
382
+ - ovn24 .03-central
355
383
ovn_sb_db_server_packages_override :
356
- - ovn23 .03-central
384
+ - ovn24 .03-central
357
385
358
386
kolla_build_customizations_ubuntu : {}
359
387
Original file line number Diff line number Diff line change
1
+ ---
2
+ features :
3
+ - |
4
+ ``OVN`` version in Rocky Linux 9 container images has been updated to
5
+ ``24.03`` (latest LTS).
You can’t perform that action at this time.
0 commit comments