Skip to content

Commit

Permalink
Update VPNaaS package for RHEL
Browse files Browse the repository at this point in the history
OpenSwan Package for IPSec has been replaced with libreswan in EL9.
We missed to reflect that while adding EL9 support.

Closes-Bug: #2039098
Change-Id: I04742324ff472b3c40ee4c7d333305c67046aba2
(cherry picked from commit ef4d327)
  • Loading branch information
Dmitriy Rabotyagov authored and noonedeadpunk committed Oct 13, 2023
1 parent 27813fe commit 5f7e8e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/redhat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ neutron_lxb_distro_packages:
- bridge-utils

neutron_vpnaas_distro_packages:
- openswan
- libreswan

_neutron_driver_vpnaas: neutron_vpnaas.services.vpn.device_drivers.libreswan_ipsec.LibreSwanDriver
_neutron_vpnaas_service_provider: VPN:openswan:neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver:default
Expand Down

0 comments on commit 5f7e8e3

Please sign in to comment.