nova-manage project zipfile ... creates a novarc that is at odds with my nova.conf

Asked by Patrick Pushor

My novarc has the following line in it, among other things. This was generated on the nova controller node:

export EC2_URL="http://172.16.1.61:8773/services/Cloud"
export S3_URL="http://172.16.1.61:3333"

Yet my nova.conf on the same node has:

--s3_host=172.16.1.60
--ec2_url=http://172.16.1.60:8773/services/Cloud

My concern is when I go to register images using "uec-publish-tarball $image [bucket-name] [hardware-arch]" I want them to wind up on the compute node - or do I? Maybe that is an incorrect assumption.

Thank you!

Question information

Language:
English Edit question
Status:
Answered
For:
OpenStack Compute (nova) Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Everett Toews (everett-toews) said :
#1

That really shouldn't happen. If your s3_host and ec3_url are ...60 in
nova.conf then the EC2_URL and S3_URL should be the same in your novarc.

If you changed your nova.conf file, you need to make sure you restart all of
your nova-* services AND regenerate your novarc with the "nova-manage
project zipfile ..." command.

Everett

On Fri, Jul 29, 2011 at 5:41 PM, Patrick Pushor <
<email address hidden>> wrote:

> New question #166414 on OpenStack Compute (nova):
> https://answers.launchpad.net/nova/+question/166414
>
> My novarc has the following line in it, among other things. This was
> generated on the nova controller node:
>
> export EC2_URL="http://172.16.1.61:8773/services/Cloud"
> export S3_URL="http://172.16.1.61:3333"
>
> Yet my nova.conf on the same node has:
>
> --s3_host=172.16.1.60
> --ec2_url=http://172.16.1.60:8773/services/Cloud
>
> My concern is when I go to register images using "uec-publish-tarball
> $image [bucket-name] [hardware-arch]" I want them to wind up on the compute
> node - or do I? Maybe that is an incorrect assumption.
>
> Thank you!
>
> --
> You received this question notification because you are an answer
> contact for OpenStack Compute (nova).
>

Can you help with this problem?

Provide an answer of your own, or ask Patrick Pushor for more information if necessary.

To post a message you must log in.