mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 03:00:23 -07:00
ACI_EPG_TO_DOMAIN: Add note about Openstack VMMs (#34845)
This commit is contained in:
parent
76a6c59e35
commit
c7d9a1594d
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,9 @@ version_added: '2.4'
|
||||||
notes:
|
notes:
|
||||||
- The C(tenant), C(ap), C(epg), and C(domain) used must exist before using this module in your playbook.
|
- 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.
|
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:
|
options:
|
||||||
allow_useg:
|
allow_useg:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue