mirror of https://github.com/ansible/ansible.git
Backport/2.9/62587 module_utils/network/cloudengine:fix get_nc_next. (#62752)
* fix plugins/netconf/ce.py for netconf/capability/exchange (#60569) (cherry picked from commitpull/64281/head037401b6e0
) * for capability/exchange/1.0 (#60630) * for capability/exchange/1.0 * for capability/exchange/1.0 * update for shippable * Update ce.py * Update ce.py (cherry picked from commit28227c95a4
) * module_utils-network-cloudengine: fix get_nc_next. (#62587) * fix get_nc_next. * add a changelog fragment. * upadte for changelgo fragment. * merge two prs, one depens another. * merge two prs, one depens another. * update changelog. (cherry picked from commitd6ef7c8530
)
parent
fb897c3f48
commit
9d1f07dd03
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- plugins-netconf-ce - to get attribute 'set-id' from rpc-reply.
|
@ -0,0 +1,3 @@
|
||||
bugfixes:
|
||||
- "Cloudengine module_utils - the ``set-id`` (RPC-REPLY XML attribute) may change over the time althougth ``set-id`` is the identity of the next RPC packet."
|
||||
- "Cloudengine netconf plugin - add a dispatch RPC function,just return original RPC-REPLY, the function is used by ``Cloudengine module_utils``."
|
Loading…
Reference in New Issue