Hello!<div><br></div><div>I have a pretty basic setup (following the installation guide) of essex on ubuntu 12.04.</div><div><br></div><div>One controller that runs all services and two compute nodes.</div><div><br></div><div>
The machines are all connected to our office network on eth0, and to a private (physically separate) network on eth1. </div><div><br></div><div>The setup works fine, but I would like to utilize the private network for image transfers. </div>
<div><br></div><div>I'm using the flat_dhcp network manager. Private network is <a href="http://192.168.96.0/21">192.168.96.0/21</a> (fixed range 192.168.100.1-255)</div><div><br></div><div>So basically, I would like to assign an ip, say 192.168.99.1,2,3... on eth1 for my nodes and be able to use glance_api_servers=<a href="http://192.168.99.1:9292">192.168.99.1:9292</a> in nova.conf.</div>
<div><br></div><div>The problem is that nova-network seems to overwrite any configuration i set in /etc/network/interfaces when setting up networking for nova-compute.</div><div><br></div><div>Has anyone tried a similar setup? Any idea where to start looking or if this is even possible?</div>