← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1944708] [NEW] OVN does not update the network segment tag

 

Public bug reported:

OVN does not update the network segment tag. For example:

$ stack@central:~/devstack$ openstack network set --provider-segment 123 public
$ stack@central:~/devstack$ sudo ovn-nbctl show 
switch 85cb0ec1-c0af-4356-9069-9b8b49b0a9c8 (neutron-a25ddb65-fff0-4231-b2bd-32cec9220206) (aka public)
    port 0dde5ac4-d5cd-4390-9e8d-ed0acd1f23e7
        type: localport
        addresses: ["fa:16:3e:2e:c7:fd"]
    port provnet-83e1d5fe-dcd0-44fe-91be-f058cc36c8da
        type: localnet
        tag: 100
        addresses: ["unknown"]

See "tag: 100" in the OVN NB database hasn't been updated. But it does
update it in the Neutron database:

stack@central:~/devstack$ openstack network show public | grep segmentation_id
| provider:segmentation_id  | 123                                  |

** Affects: neutron
     Importance: High
     Assignee: Lucas Alvares Gomes (lucasagomes)
         Status: Confirmed


** Tags: ovn

** Changed in: neutron
   Importance: Undecided => High

** Changed in: neutron
     Assignee: (unassigned) => Lucas Alvares Gomes (lucasagomes)

** Changed in: neutron
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1944708

Title:
  OVN does not update the network segment tag

Status in neutron:
  Confirmed

Bug description:
  OVN does not update the network segment tag. For example:

  $ stack@central:~/devstack$ openstack network set --provider-segment 123 public
  $ stack@central:~/devstack$ sudo ovn-nbctl show 
  switch 85cb0ec1-c0af-4356-9069-9b8b49b0a9c8 (neutron-a25ddb65-fff0-4231-b2bd-32cec9220206) (aka public)
      port 0dde5ac4-d5cd-4390-9e8d-ed0acd1f23e7
          type: localport
          addresses: ["fa:16:3e:2e:c7:fd"]
      port provnet-83e1d5fe-dcd0-44fe-91be-f058cc36c8da
          type: localnet
          tag: 100
          addresses: ["unknown"]

  See "tag: 100" in the OVN NB database hasn't been updated. But it does
  update it in the Neutron database:

  stack@central:~/devstack$ openstack network show public | grep segmentation_id
  | provider:segmentation_id  | 123                                  |

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1944708/+subscriptions



Follow ups