From c7d9a1594d9e70db936bd2b586e31e6f01433fcd Mon Sep 17 00:00:00 2001 From: Jacob McGill Date: Wed, 7 Feb 2018 15:38:48 -0500 Subject: [PATCH] ACI_EPG_TO_DOMAIN: Add note about Openstack VMMs (#34845) --- lib/ansible/modules/network/aci/aci_epg_to_domain.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/ansible/modules/network/aci/aci_epg_to_domain.py b/lib/ansible/modules/network/aci/aci_epg_to_domain.py index aa0a2aa4eb..8d7e4dbf58 100644 --- a/lib/ansible/modules/network/aci/aci_epg_to_domain.py +++ b/lib/ansible/modules/network/aci/aci_epg_to_domain.py @@ -24,6 +24,9 @@ version_added: '2.4' notes: - The C(tenant), C(ap), C(epg), and C(domain) used must exist before using this module in your playbook. The M(aci_tenant) M(aci_ap), M(aci_epg) M(aci_domain) modules can be used for this. +- OpenStack VMM domains must not be created using this module. The OpenStack VMM domain is created directly + by the Cisco APIC Neutron plugin as part of the installation and configuration. + This module can be used to query status of an OpenStack VMM domain. options: allow_useg: description: