Re: [ovs-dev] [PATCH v3 1/2] ovn-controller: Warn if system-id is missing.

2016-04-14 Thread Russell Bryant
On Thu, Apr 14, 2016 at 12:50 AM, Ben Pfaff wrote: > On Thu, Apr 07, 2016 at 11:39:32AM -0400, Russell Bryant wrote: > > If 'system-id' is missing from the Open_vSwitch database, ovn-controller > > will not work. Log a warning if that happens to make it clear that > > configuration is incomplete

Re: [ovs-dev] [PATCH v3 1/2] ovn-controller: Warn if system-id is missing.

2016-04-13 Thread Ben Pfaff
On Thu, Apr 07, 2016 at 11:39:32AM -0400, Russell Bryant wrote: > If 'system-id' is missing from the Open_vSwitch database, ovn-controller > will not work. Log a warning if that happens to make it clear that > configuration is incomplete. > > Signed-off-by: Russell Bryant > --- > ovn/controller

[ovs-dev] [PATCH v3 1/2] ovn-controller: Warn if system-id is missing.

2016-04-07 Thread Russell Bryant
If 'system-id' is missing from the Open_vSwitch database, ovn-controller will not work. Log a warning if that happens to make it clear that configuration is incomplete. Signed-off-by: Russell Bryant --- ovn/controller/ovn-controller.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-