Skip to content
This repository has been archived by the owner on Aug 2, 2019. It is now read-only.

Commit

Permalink
Update version and imports
Browse files Browse the repository at this point in the history
  • Loading branch information
pdellaert committed May 22, 2017
1 parent c058acf commit 27b7079
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions library/nuage_vspk.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
short_description: Manage Nuage VSP environments
description:
- Manage or find Nuage VSP entities, this includes create, update, delete, assign, unassign and find, with all supported properties.
version_added: "2.3"
version_added: "2.4"
author: Philippe Dellaert (@pdellaert)
options:
auth:
Expand Down Expand Up @@ -401,6 +401,7 @@

import time
import importlib
from ansible.module_utils.basic import AnsibleModule

try:
from bambou.exceptions import BambouHTTPError
Expand Down Expand Up @@ -1056,8 +1057,6 @@ def _wait_for_job(self, entity):
if entity.status == 'ERROR':
self.module.fail_json(msg='Job ended in an error')

from ansible.module_utils.basic import AnsibleModule


def main():
"""
Expand Down

0 comments on commit 27b7079

Please sign in to comment.