-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replaced the ndo modules current value with actual API response value (DCNE-185) #589
base: master
Are you sure you want to change the base?
Replaced the ndo modules current value with actual API response value (DCNE-185) #589
Conversation
8c27fc9
to
39d30ea
Compare
2240b6b
to
5943cf6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
response = mso.request(mso_template.templates_path, method="POST", data=payload) | ||
payload["templateId"] = response.get("templateId") | ||
mso.existing = mso.request(mso_template.templates_path, method="POST", data=payload) | ||
payload["templateId"] = mso.existing.get("templateId") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you check the response for tenant and its corresponding id in the response also?
076d777
… response value and fixed the output value of the ndo_route_map_policy_multicast and ndo_vlan_pool modules
…current portion of the ndo_l3_domain module
076d777
to
1590fde
Compare
1590fde
to
284f9f2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sanity's failing on compiling for Python 2.7
Note:
Fixed the below NDO modules: