commit | 7acd6bd2f2140c4a3ecca1a97d8d50d2e8b81484 | [log] [tgz] |
---|---|---|
author | koder aka kdanilov <kdanilov@mirantis.com> | Thu Feb 12 14:28:30 2015 -0800 |
committer | koder aka kdanilov <kdanilov@mirantis.com> | Thu Feb 12 14:28:45 2015 -0800 |
tree | a3991001ecb802b58d1c30f1b65d5c90074f9287 | |
parent | 6c5deb30f18c13b50af802e223070130e2498b01 [diff] [blame] |
tests finally can works over pure novaclient/ssh
diff --git a/ssh_copy_directory.py b/ssh_copy_directory.py index 5843c18..d074fcf 100644 --- a/ssh_copy_directory.py +++ b/ssh_copy_directory.py
@@ -69,7 +69,7 @@ def copy_paths(conn, paths): - sftp = conn._client.open_sftp() + sftp = conn.open_sftp() try: for src, dst in paths.items(): try: