<div dir="ltr">Hello all, <div><br></div><div>I am a bit confuse by the following parameters :</div><div><br></div><div>notify_nova_on_port_status_change</div><div>notify_nova_on_port_data_change</div><div><br></div><div>The reason i am confused is that i see if there either of these values is set to true (Which is the default), neutron will create a notiva notifier and send these events to nova.</div><div><br></div><div>But i can not understand that part from the nova side, because as i see, when you create a virtual machine you basically call </div><div><br></div><div>_do_build_and_run_instance, which calls _create_domain_and_network</div><div><br></div><div>These two methods create a virtual machine and a port, then attach that port on the virtual machine</div><div><br></div><div>but in _create_domain_and_network, is see nova waiting for neutron to create the port and it has a neutron_callbak_fail, if neutron should fail in creating the port.</div><div><br></div><div>Now, if i set these values to false, instance creation still will work, so i do not really understand, are these two values critical in creating a virtual machine ? and if not what exactly do they do ?</div><div><br></div><div>Thank you </div></div>