[ovirt] remove 2.8 deprecations (#45506)

This commit is contained in:
Sloane Hertel 2018-09-18 08:28:00 -04:00 committed by GitHub
commit c004a639b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
84 changed files with 0 additions and 168 deletions

View file

@ -86,9 +86,6 @@ def main():
)
module = AnsibleModule(argument_spec)
if module._name == 'ovirt_scheduling_policie_facts':
module.deprecate("The 'ovirt_scheduling_policie_facts' module is being renamed 'ovirt_scheduling_policy_facts'", version=2.8)
check_sdk(module)
try: