I use MAAS, Juju for Ubuntu Openstack.
For novnc console access, i need to modify the nova.conf file.
But that might be overwritten by Juju. Actually it is overwritten, i found at least one situation - new nova-compute unit.
So, where can I in Juju specify, the extra config which i want to have in nova.conf file?
I would like to have permanent in nova.conf file for example this:
vncserver_proxyclient_address=X.X.X.X
nonvncproxy_base_url="__"
vncserver_listen=X.X.X.X
Thank you very much!