Dependency checking for Northbound API (NEUTRON-158)

[NEUTRON-178] network dependency checking (NeutronNetworkInterface) Created: 31/Jul/18  Updated: 13/Aug/18  Resolved: 13/Aug/18

Status: Resolved
Project: neutron
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Sub-task Priority: Medium
Reporter: Michael Vorburger Assignee: Michael Vorburger
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Comments   
Comment by Vishal Thapar [ 02/Aug/18 ]

N-ODL code:

Add/create deps:
def _generate_network_deps(data):
return data.get('qos_policy_id')

Delete Deps:
odl_const.ODL_NETWORK: (odl_const.ODL_SUBNET, odl_const.ODL_PORT,
odl_const.ODL_ROUTER,
odl_const.ODL_L2GATEWAY_CONNECTION,
odl_const.ODL_BGPVPN),

Comment by Michael Vorburger [ 02/Aug/18 ]

c/74767 implements add/create dep for qos_policy_id policy in network.

FYI jhershbethaparmpetersonmkolesni@redhat.com and hopefully that change is a useful "template".

delete to be implemented later under NEUTRON-195, as discused.

Generated at Wed Feb 07 20:25:45 UTC 2024 using Jira 8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d.