openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #10354
Problem When uploading a windows Image
I'm trying runnig a windows image on nova
I run the image under KVM (qemu), i have disabled the firewall and have
activated the RDP connection.
I run succesfully the "euca-bundle-image" command but i'm trying to execute
the "euca-upload-bundle" i have the following error !
any idea about that !! i really need help !
#euca-upload-bundle -b image-bucket -m /tmp/windows.img.manifest.xml
Checking bucket: image-bucket
Traceback (most recent call last):
File "/usr/bin/euca-upload-bundle", line 261, in <module>
main()
File "/usr/bin/euca-upload-bundle", line 239, in main
bucket_instance = ensure_bucket(conn, bucket, canned_acl)
File "/usr/bin/euca-upload-bundle", line 94, in ensure_bucket
bucket_instance = connection.get_bucket(bucket)
File "/usr/lib/python2.6/site-packages/boto/s3/connection.py", line 275,
in get_bucket
rs = bucket.get_all_keys(headers, maxkeys=0)
File "/usr/lib/python2.6/site-packages/boto/s3/bucket.py", line 204, in
get_all_keys
headers=headers, query_args=s)
File "/usr/lib/python2.6/site-packages/boto/s3/connection.py", line 342,
in make_request
data, host, auth_path, sender)
File "/usr/lib/python2.6/site-packages/boto/connection.py", line 460, in
make_request
return self._mexe(method, path, data, headers, host, sender)
File "/usr/lib/python2.6/site-packages/boto/connection.py", line 438, in
_mexe
raise e
socket.gaierror: [Errno -2] Name or service not known
Follow ups