openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #03786
Re: Installation errors
> I am interested in Openstack development,
> i started installation setup, i am getting some errors like
> when i am doing "uec-publish-tarball ubuntu-10.10-server-uec-
> amd64.tar.gz mybucket " step ,
> i am getting unknown error "Unable to run euca-describe-images. Is
> euca200ls environment set up? ",
> but i have installed euca200ls setup.
> when i started manual setup " euca-register
> mybucket/machine.manifest.xml " its giving
> "Unknown error, please try again" error.
>
> Please can any one help me to resolve this issue.
> i have tried steps again and again with the help of
>
> http://wiki.openstack.org/RunningNova
> http://wiki.openstack.org/RunningNova/ManualImageRegistration
>
> Thanks,
> Bhaskar.K
Sounds like you didn't source the novarc file (extracted from nova.zip).
$ source novarc
You should also ensure that environment variables are correct,
particularly EC2_URL, S3_URL and NOVA_URL.
In my case, these are set to
export EC2_URL="http://172.18.0.1:8773/services/Cloud"
export S3_URL="http://172.18.0.1:3333"
export NOVA_URL="http://172.18.0.1:8774/v1.0/"
where 172.18.0.1 is the ip address of my controller node
Regards,
POV.