<p>yes i already tried that and works. but i was thinking in a schema where al nodes have the network and scheduler services installed and i can switch them via custom heartbeat resource. Everything worked but that. Maybe i can update the contoller hostname on switch. </p>

<p>using a vip like dns entry and pointing that on the nova conf will change that behavior or.the controller will still resolving via hostname ? </p>
<p>guess not</p>
<p>regards</p>
<div class="gmail_quote">On Jul 22, 2011 7:52 PM, "Vishvananda Ishaya" <<a href="mailto:vishvananda@gmail.com">vishvananda@gmail.com</a>> wrote:<br type="attribution">> Generally the easiest is to give the new machine the same hostname.<br>
> <br>> You can also update the references to the host in the db:<br>> <br>> update networks set host=newhostname where host=oldhostname<br>> <br>> Vish<br>> <br>> On Jul 22, 2011, at 12:39 PM, Leandro Reox wrote:<br>
> <br>>> Hi all, <br>>> <br>>> Being working on controller/network node HA for a time know, but at this point im having an issue that maybe someone has faced before . <br>>> When i switch the controller to an "spare" one, the computes nodes still searching for "network.$oldcontrollerhostname" . Is there a place where the hostname on the controller is stored ? maybe a field on the database ? . The instances stucks in "networking" status<br>
>> <br>>> The entry on the nova-compute.log from the compute that is trying to spawn the instance is clear : <br>>> <br>>> DEBUG nova.rpc [-] Making asynchronous call on network.controller1 ... from (pid=4440) call /usr/lib/pymodules/python2.6/nova/rpc.py:350<br>
>> <br>>> Where "controller1" is the OLD controller/network node <br>>> <br>>> Any clues ?<br>>> <br>>> Regards<br>>> _______________________________________________<br>
>> Mailing list: <a href="https://launchpad.net/~openstack">https://launchpad.net/~openstack</a><br>>> Post to     : <a href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a><br>>> Unsubscribe : <a href="https://launchpad.net/~openstack">https://launchpad.net/~openstack</a><br>
>> More help   : <a href="https://help.launchpad.net/ListHelp">https://help.launchpad.net/ListHelp</a><br>> <br></div>