<div dir="ltr"><div>Hi stackers, i have a doubt on configuration files in Havana.<br><br></div>Following the <a href="https://github.com/mseknibilel/OpenStack-Grizzly-Install-Guide/blob/OVS_MultiNode/OpenStack_Grizzly_Install_Guide.rst">OVS multinode guide</a> I noticed that I have to modify the /etc/nova/nova-compute.conf file. <br>
<br>However, that file in my host (compute node) already has the following content:<br><div><div><br>--libvirt_type=kvm<br><br></div><div>It doesn't seem to be the classic INI format. I suppose its a parameter that is appended once the program is executed.<br>
</div><div><br><br>Is it safe to append to it the following content (as specified in the mentioned  guide, chapter 4.6)?<br><br>[DEFAULT]<br>libvirt_type=kvm<br>libvirt_ovs_bridge=br-int<br>libvirt_vif_type=ethernet<br>libvirt_vif_driver=nova.virt.libvirt.vif.LibvirtHybridOVSBridgeDriver<br>
libvirt_use_virtio_for_bridges=True<br><br><br></div><div>Thanks,<br></div><div>Giuliano<br></div></div></div>