aci_fabric_node: Fix idempotency (with newer ACI ?) (#43848)
This commit is contained in:
parent
02b5057392
commit
ddf3ba01d2
1 changed files with 4 additions and 1 deletions
|
@ -251,7 +251,10 @@ def main():
|
||||||
name=switch,
|
name=switch,
|
||||||
nodeId=node_id,
|
nodeId=node_id,
|
||||||
podId=pod_id,
|
podId=pod_id,
|
||||||
rn='nodep-{0}'.format(serial),
|
# NOTE: Originally we were sending 'rn', but now we need 'dn' for idempotency
|
||||||
|
# FIXME: Did this change with ACI version ?
|
||||||
|
dn='uni/controller/nodeidentpol/nodep-{0}'.format(serial),
|
||||||
|
# rn='nodep-{0}'.format(serial),
|
||||||
role=role,
|
role=role,
|
||||||
serial=serial,
|
serial=serial,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue