You do not have permission to access bucket: mybucket

Asked by shihangwei

following this url:
http://nova.openstack.org/adminguide/single.node.install.html#step-6-create-the-network
I am installing and running Nova on Centos5.5,

when Sending commands to upload sample image to the cloud, it occurs errors as follows:

[root@localhost ~]# euca-upload-bundle -m /tmp/kernel.manifest.xml -b mybucket

Checking bucket: mybucket
Warning: failed to parse error message from AWS: <unknown>:7:2: mismatched tag
You do not have permission to access bucket: mybucket

any suggestion ???

Question information

Language:
English Edit question
Status:
Solved
For:
OpenStack Compute (nova) Edit question
Assignee:
No assignee Edit question
Solved by:
shihangwei
Solved:
Last query:
Last reply:
Revision history for this message
guanxiaohua2k6 (guanxiaohua2k6) said :
#1

It means you didn't have permission to do such operation. Maybe the cert you used was wrong. Please do the following things.

sudo nova-manage project zipfile IRT anne
unzip nova.zip
. novarc

euca-bundle-image ....
euca-upload-image ...

Revision history for this message
shihangwei (shihangwei) said :
#2
Revision history for this message
shihangwei (shihangwei) said :
#3

need 'unset http_proxy'