CiscoDevNet/python-viptela

in vmanage_policy_definition module, push parameter is not used to update vsmart templates

craigers521 opened this issue · 0 comments

Although a push parameter is in the arg_spec for this module, when its passed to the import_policy_definition_list function, its never used. There is no mechanism to trigger the reattach_template function, as is seen in the import_policy_list_list function, so changes to existing policy definition never actually get pushed to vsmart and the job eventually expires.