We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4539603 + a7eb3cf commit 895d532Copy full SHA for 895d532
1 file changed
packstack/puppet/templates/neutron_vpnaas.pp
@@ -1,3 +1,5 @@
1
class { '::neutron::agents::vpnaas':
2
- enabled => true,
+ enabled => true,
3
+ vpn_device_driver => 'neutron_vpnaas.services.vpn.device_drivers.libreswan_ipsec.LibreSwanDriver',
4
}
5
+
0 commit comments