Created
February 16, 2014 15:21
-
-
Save jcsalterego/9035908 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DEBUG:libcloud.compute.ssh:Connecting to server | |
DEBUG:libcloud.compute.ssh:Closing server connection | |
DEBUG:libcloud.compute.ssh:Connecting to server | |
DEBUG:libcloud.compute.ssh:Closing server connection | |
DEBUG:libcloud.compute.ssh:Connecting to server | |
DEBUG:libcloud.compute.ssh:Closing server connection | |
DEBUG:libcloud.compute.ssh:Connecting to server | |
DEBUG:libcloud.compute.ssh:Closing server connection | |
DEBUG:libcloud.compute.ssh:Connecting to server | |
DEBUG:libcloud.compute.ssh:Closing server connection | |
DEBUG:libcloud.compute.ssh:Connecting to server | |
DEBUG:paramiko.transport:starting thread (client mode): 0x64eaf90L | |
INFO:paramiko.transport:Connected (version 2.0, client OpenSSH_5.9p1) | |
DEBUG:paramiko.transport:EOF in transport thread | |
Traceback (most recent call last): | |
File "./deploy.py", line 241, in <module> | |
main() | |
File "./deploy.py", line 210, in main | |
node = conn.deploy_node(name=name, image=image, size=size, networks=networks, deploy=msd) | |
File "/Library/Python/2.7/site-packages/libcloud/compute/base.py", line 928, in deploy_node | |
driver=self) | |
libcloud.compute.types.DeploymentError: <DeploymentError: node=90498909-cddc-4fa3-a6e6-9891745baab1, error=, driver=<libcloud.compute.drivers.rackspace.RackspaceNodeDriver object at 0x1063bf190>> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment