Skip to content

Commit a95fb72

Browse files
committed
Fix nova libvirt build with openvswitch3.3
1 parent 4093724 commit a95fb72

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

etc/kayobe/kolla.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,12 @@ kolla_build_customizations_rocky:
387387
nova_base_packages_append:
388388
- openvswitch3.3
389389
- python3-openvswitch3.3
390+
nova_libvirt_packages_remove:
391+
- openvswitch
392+
- python3-openvswitch
393+
nova_libvirt_packages_append:
394+
- openvswitch3.3
395+
- python3-openvswitch3.3
390396
octavia_base_packages_remove:
391397
- python3-openvswitch
392398
openvswitch_base_packages_remove:

0 commit comments

Comments
 (0)