Invalid certfailed to upload kernel

Asked by finalsatan

hello, guys, I have installed nova using the script,
and downloaded the images, but when I tryed to
register the tarball in one step,I have a problem as follow:

root@nova-desktop:/home/nova# uec-publish-tarball ubuntu-10.04-server-uec-amd64.tar.gz mybucket
Mon May 23 15:20:30 CST 2011: ====== extracting image ======
Warning: no ramdisk found, assuming '--ramdisk none'
kernel : lucid-server-uec-amd64-vmlinuz-virtual
ramdisk: none
image : lucid-server-uec-amd64.img
Mon May 23 15:20:38 CST 2011: ====== bundle/upload kernel ======
failed to bundle kernel lucid-server-uec-amd64-vmlinuz-virtual
failed: euca-bundle-image --destination /tmp/uec-publish-image.0w3Xd7 --arch x86_64 --image /tmp/uec-publish-image.0w3Xd7/.rename.9w53Da/lucid-server-uec-amd64-vmlinuz-virtual --kernel true
x86_64
Invalid certfailed to upload kernel

how to solve the problem?
thanks a lot!

Question information

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

try it:
cp /root/creds/*.pem $NOVA_KEY_DIR

then:

uec-publish-tarball ubuntu-10.04-server-uec-amd64.tar.gz mybucket

Revision history for this message
finalsatan (zyh-at-bupt) said :
#2

thanks, OOK, I have solved this problem.
Download the credentials again and Unzip and source the credentials again, then it is ok.

Revision history for this message
Dalmooria (dalmooria) said :
#3

Thanks, It helped !