From 8e9b41143181d6c335b2d81e06d2bf66f91a3295 Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Thu, 3 Sep 2020 11:17:45 -0500 Subject: [PATCH] Added VPNaaS support to image Change-Id: Ie65c6746b394eb20d8615c61283946f10432224c --- images/neutron/bindep.txt | 1 + images/neutron/requirements.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/images/neutron/bindep.txt b/images/neutron/bindep.txt index 2e2c6815..ab6cd2d1 100644 --- a/images/neutron/bindep.txt +++ b/images/neutron/bindep.txt @@ -9,3 +9,4 @@ haproxy dnsmasq dnsmasq-utils radvd +strongswan diff --git a/images/neutron/requirements.txt b/images/neutron/requirements.txt index c22d6f99..fd4702cb 100644 --- a/images/neutron/requirements.txt +++ b/images/neutron/requirements.txt @@ -3,3 +3,4 @@ PyMySQL python-memcached sentry-sdk git+https://opendev.org/openstack/neutron@stable/ussuri +git+https://opendev.org/openstack/neutron-vpnaas@stable/ussuri