From 746cd0d17de9d7915d47afc040f20e2528e25b42 Mon Sep 17 00:00:00 2001 From: Jiri Podivin Date: Wed, 2 Jun 2021 15:24:57 +0200 Subject: [PATCH] Use and ownership info for the switch_vlans module Signed-off-by: Jiri Podivin Change-Id: If29759e8826d1ca97c558dac6204bc7926c056b7 --- library/switch_vlans.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/library/switch_vlans.py b/library/switch_vlans.py index 06973bbc7..572ea1d1f 100644 --- a/library/switch_vlans.py +++ b/library/switch_vlans.py @@ -13,7 +13,9 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. - +"""switch_vlans module +Used by the switch_vlans validation. +""" import collections try: @@ -37,6 +39,8 @@ description: - Validate that the VLANs defined in TripleO nic config files are in the LLDP info received from network switches. The LLDP data is stored in Ironic introspection data per interface. + - Used by the switch_vlans validation + - Owned by the DF Networking options: path: required: true