Ryan McLean created LIBCLOUD-787:
------------------------------------
Summary: deploy_node issue in VMware Integrated Openstack
Key: LIBCLOUD-787
URL: https://issues.apache.org/jira/browse/LIBCLOUD-787
Project: Libcloud
Issue Type: Bug
Components: Compute
Affects Versions: 0.13.3
Reporter: Ryan McLean
Priority: Blocker
Using the deploy_node with a multiscript deployment results in a loop of trying
to connect with paramiko.
My Libcloud version is 0.19.0
DEBUG:libcloud.compute.ssh:Connecting to server
DEBUG:paramiko.transport:starting thread (client mode): 0x1a057d0L
DEBUG:paramiko.transport:Local version/idstring: SSH-2.0-paramiko_1.16.0
DEBUG:paramiko.transport:Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1
Ubuntu-2ubuntu2.3
INFO:paramiko.transport:Connected (version 2.0, client OpenSSH_6.6.1p1)
DEBUG:paramiko.transport:kex algos: ****SNIP**** kex follows?False
DEBUG:paramiko.transport:Kex agreed: diffie-hellman-group1-sha1
DEBUG:paramiko.transport:Cipher agreed: aes128-ctr
DEBUG:paramiko.transport:MAC agreed: hmac-sha2-256
DEBUG:paramiko.transport:Compression agreed: none
DEBUG:paramiko.transport:kex engine KexGroup1 specified hash_algo <built-in
function openssl_sha1>
DEBUG:paramiko.transport:Switch to new keys ...
DEBUG:paramiko.transport:Adding ssh-rsa host key for 10.140.12.108:
171b0840c76ea12b683247ccf5883f82
DEBUG:paramiko.transport:userauth is OK
INFO:paramiko.transport:Authentication (password) failed.
DEBUG:libcloud.compute.ssh:Closing server connection
DEBUG:paramiko.transport:EOF in transport thread
Then all subsequent connections look like:
DEBUG:libcloud.compute.ssh:Connecting to server
DEBUG:paramiko.transport:starting thread (client mode): 0x1a09190L
DEBUG:paramiko.transport:Local version/idstring: SSH-2.0-paramiko_1.16.0
DEBUG:paramiko.transport:Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1
Ubuntu-2ubuntu2.3
INFO:paramiko.transport:Connected (version 2.0, client OpenSSH_6.6.1p1)
DEBUG:paramiko.transport:kex algos: ****SNIP**** kex follows?False
DEBUG:paramiko.transport:Kex agreed: diffie-hellman-group1-sha1
DEBUG:paramiko.transport:Cipher agreed: aes128-ctr
DEBUG:paramiko.transport:MAC agreed: hmac-sha2-256
DEBUG:paramiko.transport:Compression agreed: none
DEBUG:paramiko.transport:kex engine KexGroup1 specified hash_algo <built-in
function openssl_sha1>
DEBUG:paramiko.transport:Switch to new keys ...
DEBUG:libcloud.compute.ssh:Closing server connection
DEBUG:paramiko.transport:EOF in transport thread
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)