Commit 4a94a5d8 by Michael DeHaan

Merge pull request #6400 from vadimkuznetsov/bug5959

bug 5959: https://github.com/ansible/ansible/issues/5959
parents 41b7badb 546d514f
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
# along with this software. If not, see <http://www.gnu.org/licenses/>. # along with this software. If not, see <http://www.gnu.org/licenses/>.
try: try:
from novaclient.v1_1 import client from novaclient.v1_1 import client as nova_client
from novaclient import exceptions from novaclient import exceptions
import time import time
except ImportError: except ImportError:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment