I have an enviroment with MAAS, Juju and Openstack Icehouse.
I have a nova-compute charm with three units (separate hw nodes).
Im using novnc web access for consoles of VMs.
This is done by writting in the nova.conf file
vncserver_listen = 0.0.0.0
<p>vncserver_proxyclient_ad​dress = [this_nova_compute_IP_addess]</p> <p>novncproxy_base_url = http:// [nova_controller_IP_address]: 6080/vnc_auto.html</p>
And the vncserver_proxyclient_ad​dress needs to be the IP address of the actual compute node as i observed right?
But the Nova.conf file is overwritten and maintained by Juju.
So how can i specify through Juju different IP addresses for different compute nodes?