rapid created LIBCLOUD-849:
------------------------------
Summary: Error in listing out the images of AWS provider
Key: LIBCLOUD-849
URL: https://issues.apache.org/jira/browse/LIBCLOUD-849
Project: Libcloud
Issue Type: Bug
Components: Compute
Environment: Operating system : Ubuntu 14.04LTS
Python 2.7
H/W conf :
Memory : 7.6Gib
processor : Intel® Core™ i5 CPU 650 @ 3.20GHz × 4
Graphics : ntel® Ironlake Desktop
OS type : 64-bit
Disk : 73.3 GB
Reporter: rapid
When i am listing out the images available for AWS provider i am facing the
Error and i am using python version 2.7
Error : [Error no 104] connection reset by peer
I am using the fallowing code to get the list of images :
cls = get_driver(Provider.EC2)
driver = cls(access, secret, region=region)
sizes = driver.list_sizes()
images = driver.list_images()
print images
One more error :
BaseHTTPError: Unavailable: The service is unavailable. Please try again shortly
when i am using the below service
node = driver.create_node(name= node_name,image=image, size=size, ex_subnet =
subnet, ex_keyname = key_name, ex_assign_public_ip = pub_ip)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)