Verification of Control and Compute Node after VM creation

The output of sudo ovs-vsctl command after VM creation

  [stack@icehouse-compute-odl devstack]$ sudo ovs-vsctl show  Manager "tcp:192.168.64.73:6640"
  is_connected: true
  Bridge br-int
  Controller "tcp:192.168.64.73:6633"
  is_connected: true
  fail_mode: secure
  Port "tapa2e1ef67-79"
  Interface "tapa2e1ef67-79"
  Port "tap5f34d39d-5e"
  Interface "tap5f34d39d-5e"
  Port "tapc2858395-f9"
  Interface "tapc2858395-f9"
  Port "tapa9ea900a-4b"
  Interface "tapa9ea900a-4b"
  Port "tapc63ef3de-53"
  Interface "tapc63ef3de-53"
  Port "tap01d51478-8b"
  Interface "tap01d51478-8b"
  Port "tapa0b085ab-ce"
  Interface "tapa0b085ab-ce"
   Port "tapeab380de-8f"
  Interface "tapeab380de-8f"
  Port "tape404538c-0a"
  Interface "tape404538c-0a"
  Port "tap2940658d-15"
  Interface "tap2940658d-15"
  Port "ens224"
  Interface "ens224"
  ovs_version: "2.3.0"
  <code>[stack@icehouse-controller-odl devstack]$ sudo ovs-vsctl show
  Manager "tcp:192.168.64.73:6640"
  is_connected: true
  Bridge br-int
  Controller "tcp:192.168.64.73:6633"
  is_connected: true
  fail_mode: secure
  Port "tap71790d18-65"
  Interface "tap71790d18-65"
  Port "ens224"
  Interface "ens224"
  ovs_version: "2.3.0"
NOTE:In the above scenario more nodes have been created in the compute node

loading table of contents...