← Back to team overview

openstack team mailing list archive

Re: Cinder Callbacks from nova-compute

 

Fixed the issue.

Turns out Keystone was providing a URL (from the database driver) that I
didn't want it to use for callbacks (nova-compute on a compute server):

I manually updated the table 'endpoint' in the 'keystone' database to
change the URL for the 'public' interface associated with 'cinder' (URL
using port 8776) to point to an internal IP.

Is this desired behavior?  nova-compute is contacting the 'public'
interface of a service ('cinder')?  Why aren't the OpenStack components
using the 'internal' URL?  What is the distinction here?

--
Wolf


On Fri, Jun 7, 2013 at 12:42 PM, Wolfgang Richter <wolf@xxxxxxxxxx> wrote:

> My nova-compute nodes appear to be using a hostname for my Cinder host
> that is incorrect.
>
> How do I set the hostname for the cinder-volume host on each nova-compute
> node?
>
> Some setting in /etc/nova/nova.conf?
>
> --
> Wolf
>



-- 
Wolf

References