kytos-ng / maintenance

Kytos Maintenance Window NApp
https://kytos-ng.github.io/api/maintenance.html
0 stars 7 forks source link

tech debt: links ref access via core #90

Open viniarck opened 3 months ago

viniarck commented 3 months ago

When topology links move to kytos core https://github.com/kytos-ng/kytos/issues/92, this NApps shouldn't be directly accessing self.controller.napps[("kytos", "topology")]:

https://github.com/kytos-ng/maintenance/blob/master/main.py#L232

More NApp-to-NApp access will be allowed via NApp instance ref but that will still be specified.