Remove deprecated mech_driver defined resource type

... because it was deprecated during the previous cycle[1] and its
implementation is empty.

[1] 069b2226a9

Change-Id: Ied984b3f5e1515a4daa0c0a58bdf2b85e674f202
This commit is contained in:
Takashi Kajinami 2022-11-25 10:42:18 +09:00
parent 8011bfcab1
commit 55c77ffd34
2 changed files with 5 additions and 35 deletions

View File

@ -1,35 +0,0 @@
#
# Copyright (C) 2014 eNovance SAS <licensing@enovance.com>
#
# Author: Emilien Macchi <emilien.macchi@enovance.com>
#
# 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.
#
# neutron::plugins::ml2::mech_driver used by neutron::plugins::ml2
#
# === Parameters:
#
# [*supported_pci_vendor_devs*]
# (required) Supported PCI vendor devices, defined by vendor_id:product_id according
# to the PCI ID Repository.
#
define neutron::plugins::ml2::mech_driver (
$supported_pci_vendor_devs = undef,
){
include neutron::deps
warning('The neutron::plugins::ml2::mech_driver defined resource type has been deprecated \
and has no effect now.')
}

View File

@ -0,0 +1,5 @@
---
upgrade:
- |
The ``neutron::plugin::ml2::mech_driver`` defined resource type has been
removed.