Re: [ovs-dev] [PATCH ovn] ovn-northd: Fix chassis/chassis_private RBAC.

2020-09-08 Thread Dumitru Ceara
On 9/8/20 9:53 AM, Numan Siddique wrote: > > > On Mon, Sep 7, 2020 at 10:29 PM Dumitru Ceara > wrote: > > Steps to reproduce the issue: > > $ make sandbox > $ ovs-vsctl set open . external_ids:system-id=new-chassis > > Fixes: 94a32fca2d2b ("chassis: F

Re: [ovs-dev] [PATCH ovn] ovn-northd: Fix chassis/chassis_private RBAC.

2020-09-08 Thread Numan Siddique
On Mon, Sep 7, 2020 at 10:29 PM Dumitru Ceara wrote: > Steps to reproduce the issue: > > $ make sandbox > $ ovs-vsctl set open . external_ids:system-id=new-chassis > > Fixes: 94a32fca2d2b ("chassis: Fix the way encaps are updated for a > chassis record.") > Fixes: 5344f24ecb1a ("ovn-controller: R

[ovs-dev] [PATCH ovn] ovn-northd: Fix chassis/chassis_private RBAC.

2020-09-07 Thread Dumitru Ceara
Steps to reproduce the issue: $ make sandbox $ ovs-vsctl set open . external_ids:system-id=new-chassis Fixes: 94a32fca2d2b ("chassis: Fix the way encaps are updated for a chassis record.") Fixes: 5344f24ecb1a ("ovn-controller: Refactor chassis.c to abstract the string parsing") Signed-off-by: D