<div dir="ltr"><div dir="ltr"><div dir="ltr">Hi, I have 2 node packsack. One as controller and network, the other as compute.<div>I created a flat external network to connect external provider network. When I lunch instance using that I got the error:</div><div>openvswitch error - Port not present in bridge br-int<br></div><div><br></div><div>The output of the ovs-vsctl show in compute node is:</div><div><div>00a36389-cb9e-45ce-a5be-d2da04c295c9</div><div>    Manager "ptcp:6640:127.0.0.1"</div><div>        is_connected: true</div><div>    Bridge br-ex</div><div>        Port "enp2s0"</div><div>            Interface "enp2s0"</div><div>        Port br-ex</div><div>            Interface br-ex</div><div>                type: internal</div><div>    Bridge br-int</div><div>        Controller "tcp:<a href="http://127.0.0.1:6633">127.0.0.1:6633</a>"</div><div>            is_connected: true</div><div>        fail_mode: secure</div><div>        Port patch-tun</div><div>            Interface patch-tun</div><div>                type: patch</div><div>                options: {peer=patch-int}</div><div>        Port br-int</div><div>            Interface br-int</div><div>                type: internal</div><div>    Bridge br-tun</div><div>        Controller "tcp:<a href="http://127.0.0.1:6633">127.0.0.1:6633</a>"</div><div>            is_connected: true</div><div>        fail_mode: secure</div><div>        Port patch-int</div><div>            Interface patch-int</div><div>                type: patch</div><div>                options: {peer=patch-tun}</div><div>        Port br-tun</div><div>            Interface br-tun</div><div>                type: internal</div><div>    ovs_version: "2.9.0"</div></div><div><br></div><div>and the output in the controller node is:</div><div><div>36420024-d9b9-4fd9-a64a-5152f8012af5</div><div>    Manager "ptcp:6640:127.0.0.1"</div><div>        is_connected: true</div><div>    Bridge br-tun</div><div>        Controller "tcp:<a href="http://127.0.0.1:6633">127.0.0.1:6633</a>"</div><div>            is_connected: true</div><div>        fail_mode: secure</div><div>        Port br-tun</div><div>            Interface br-tun</div><div>                type: internal</div><div>        Port patch-int</div><div>            Interface patch-int</div><div>                type: patch</div><div>                options: {peer=patch-tun}</div><div>    Bridge br-ex</div><div>        Controller "tcp:<a href="http://127.0.0.1:6633">127.0.0.1:6633</a>"</div><div>            is_connected: true</div><div>        fail_mode: secure</div><div>        Port "ens33"</div><div>            Interface "ens33"</div><div>        Port phy-br-ex</div><div>            Interface phy-br-ex</div><div>                type: patch</div><div>                options: {peer=int-br-ex}</div><div>        Port br-ex</div><div>            Interface br-ex</div><div>                type: internal</div><div>    Bridge br-int</div><div>        Controller "tcp:<a href="http://127.0.0.1:6633">127.0.0.1:6633</a>"</div><div>            is_connected: true</div><div>        fail_mode: secure</div><div>        Port br-int</div><div>            Interface br-int</div><div>                type: internal</div><div>        Port patch-tun</div><div>            Interface patch-tun</div><div>                type: patch</div><div>                options: {peer=patch-int}</div><div>        Port "qg-0e5c98e8-02"</div><div>            tag: 4095</div><div>            Interface "qg-0e5c98e8-02"</div><div>                type: internal</div><div>        Port int-br-ex</div><div>            Interface int-br-ex</div><div>                type: patch</div><div>                options: {peer=phy-br-ex}</div><div>        Port "qr-71e0313c-18"</div><div>            tag: 5</div><div>            Interface "qr-71e0313c-18"</div><div>                type: internal</div><div>    ovs_version: "2.9.0"</div></div><div><br></div><div><br></div><div>Which part is faulty and how can I fix that?</div><div><br></div><div>Thanks</div></div></div></div>