From 9c2879d8e66189edd12c47b4b206d863b40ea0ac Mon Sep 17 00:00:00 2001 From: Dag Wieers Date: Mon, 4 Mar 2019 01:13:30 +0100 Subject: [PATCH] mso_s_t_anp_epg: Fix incompatibility with newer MSO (#53238) Due to a change with the backend contractRelationships is required. --- .../modules/network/aci/mso_schema_template_anp_epg.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/network/aci/mso_schema_template_anp_epg.py b/lib/ansible/modules/network/aci/mso_schema_template_anp_epg.py index 80ff883ee6b..e4fe1c9b77b 100644 --- a/lib/ansible/modules/network/aci/mso_schema_template_anp_epg.py +++ b/lib/ansible/modules/network/aci/mso_schema_template_anp_epg.py @@ -28,7 +28,7 @@ options: required: yes template: description: - - The name of the template to change. + - The name of the template. type: str required: yes anp: @@ -285,7 +285,7 @@ def main(): proxyArp=intersite_multicaste_source, # FIXME: Missing functionality # uSegAttrs=[], - # contractRelationships=[], + contractRelationships=[], subnets=subnets, bdRef=bd_ref, )