Files
neutron-vpnaas/neutron_vpnaas/services/vpn/common/topics.py
Cao Xuan Hoang eadee693a9 Remove unmaintained drivers
After the announcement on mailing list [1] but there is no response.
This patch intends to remove the following drivers that are unmaintained:
- CiscoCsrIPsecDriver
- FedoraStrongSwanDriver
- VyattaIPsecDriver

[1] http://lists.openstack.org/pipermail/openstack-dev/2017-July/120264.html

Change-Id: I984a41b9a9b5c154c4be7f5bcef621fe8c5677ac
2018-04-20 15:00:19 +07:00

19 lines
712 B
Python

# Copyright 2013, Nachi Ueno, NTT I3, Inc.
# All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
IPSEC_DRIVER_TOPIC = 'ipsec_driver'
IPSEC_AGENT_TOPIC = 'ipsec_agent'