Skip to content

Commit

Permalink
fixed syntax in aci_node_mgmt_epg_to_contract test yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziaf007 committed Nov 24, 2024
1 parent 2873077 commit b9278da
Show file tree
Hide file tree
Showing 2 changed files with 173 additions and 300 deletions.
2 changes: 1 addition & 1 deletion plugins/modules/aci_node_mgmt_epg_to_contract.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ def main():
argument_spec.update(aci_annotation_spec())
argument_spec.update(
contract_type=dict(type="str", choices=["consumer", "provider", "taboo", "interface"], required=True),
epg_type=dict(type="str", aliases=["type"], choices=["in_band","out_of_band"], required=True)
epg_type=dict(type="str", aliases=["type"], choices=["in_band","out_of_band"], required=True),
epg=dict(type="str", aliases=["epg_name"]), # Not required for querying all objects
contract=dict(type="str", aliases=["contract_name", "contract_interface"]), # Not required for querying all objects
priority=dict(type="str", default="unspecified", choices=["level1", "level2", "level3", "level4", "level5", "level6", "unspecified"]),
Expand Down
Loading

0 comments on commit b9278da

Please sign in to comment.