]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
OpenStack(): Don't connect via paramiko directly
authorZack Cerza <zack@redhat.com>
Fri, 21 Aug 2015 16:20:25 +0000 (10:20 -0600)
committerLoic Dachary <ldachary@redhat.com>
Wed, 2 Sep 2015 22:02:39 +0000 (00:02 +0200)
commit753b708986fa6ce91f274cd0cb3a9a487c3ec654
treefe6b40c58ff3ed9358687b9e45bb1ea1f8e64228
parent23115171a84c8a56d4045c2652fcbb613999da03
OpenStack(): Don't connect via paramiko directly

Instead, use teuthology.orchestra.connection.connect() - to take
advantage of its parsing of the ssh config. This way users won't run
into surprises when using OpenStack vs. other machine types.

Signed-off-by: Zack Cerza <zack@redhat.com>
teuthology/openstack/__init__.py