Advertisement
Guest User

Untitled

a guest
Mar 9th, 2012
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. {'_uuid': None,
  2. 'driver': <libcloud.compute.drivers.ec2.EC2NodeDriver object at 0x10b11dd10>,
  3. 'extra': {'availability': 'us-east-1a',
  4. 'clienttoken': '',
  5. 'dns_name': 'ec2-xxx-xxx.compute.amazonaws.com',
  6. 'groups': [None], ## PROBLEM: Why this is none..?
  7. 'imageId': 'ami-xxx',
  8. 'instanceId': 'i-xxx',
  9. 'instancetype': 't1.micro',
  10. 'kernelid': 'aki-xxx',
  11. 'keyname': 'pstam',
  12. 'launchdatetime': '2012-03-09xxx',
  13. 'launchindex': '0',
  14. 'private_dns': 'ip-xx.xx.x.ec2.internal',
  15. 'productcode': [],
  16. 'ramdiskid': None,
  17. 'status': 'running',
  18. 'tags': {'Name': 'xxxx'}},
  19. 'id': 'i-xxxxx',
  20. 'image': None,
  21. 'name': 'xx',
  22. 'private_ips': ['xx.yy.zz.zz'],
  23. 'public_ips': ['xx.yy.zz.zz'],
  24. 'size': None,
  25. 'state': 0}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement