Skip to content
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

Missing job fetcher in nuvirtualfirewallpolicy.py for API 5.0 and 6.0 #39

Closed
arnaudcoquelet opened this issue Feb 2, 2020 · 1 comment
Assignees
Labels

Comments

@arnaudcoquelet
Copy link

The class NUVirtualFirewallPolicy is missing the jobs fetcher, preventing to create jobs related to Virtual Firewall Policies

Basically we need,

  • an import:
    from .fetchers import NUJobsFetcher

  • and define self.jobs in the def __init__:
    self.jobs = NUJobsFetcher.fetcher_with_object(parent_object=self, relationship="child")

@pdellaert pdellaert self-assigned this Feb 2, 2020
@pdellaert pdellaert added the bug label Feb 2, 2020
@pdellaert
Copy link
Member

Closing this in favour of nuagenetworks/vsd-api-specifications#75

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants