Comment 4 for bug 1444776

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

Reviewed: https://review.openstack.org/174205
Committed: https://git.openstack.org/cgit/openstack/neutron-vpnaas/commit/?id=f8a62b09b60d60ce3aa4d841ef97ec1d003281e2
Submitter: Jenkins
Branch: master

commit f8a62b09b60d60ce3aa4d841ef97ec1d003281e2
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