Comment 8 for bug 1441788

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron-vpnaas (stable/kilo)

Reviewed: https://review.openstack.org/185491
Committed: https://git.openstack.org/cgit/openstack/neutron-vpnaas/commit/?id=9c73c0cb45590febd7b9b35830a5542e58d6aaa1
Submitter: Jenkins
Branch: stable/kilo

commit 9c73c0cb45590febd7b9b35830a5542e58d6aaa1
Author: Wei Hu <email address hidden>
Date: Thu Apr 16 13:15:00 2015 +0800

    Provide Fedora support for StrongSwan

    The initial release of StrongSwan VPNaaS driver only support Ubuntu.
    This patch will provide the Fedora support. The different usage of
    StrongSwan between Fedora and Ubuntu are:
    - Uses 'strongswan' CLI command instead of 'ipsec'
    - Configuration files location is different
    - Strongswan.d directory in template directory does not include
      'charon' directory

    Change-Id: I27d8518d1d8110453d4674a0c6fb3cb6072a32f0
    Closes-bug: 1444776
    Closes-bug: 1441788
    (cherry picked from commit f8a62b09b60d60ce3aa4d841ef97ec1d003281e2)