Skip to content

Commit

Permalink
ovn-ctl: Fix --ovn-controller-log.
Browse files Browse the repository at this point in the history
This option was documented, but didn't actually work because
it wasn't used when starting ovn-controller.

Signed-off-by: Russell Bryant <[email protected]>
Acked-by: Simon Horman <[email protected]>
  • Loading branch information
russellb committed Nov 17, 2016
1 parent b9d9a11 commit 3bc54be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovn/utilities/ovn-ctl
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ start_northd () {

start_controller () {
set ovn-controller "unix:$DB_SOCK"
set "$@" -vconsole:emer -vsyslog:err -vfile:info
set "$@" $OVN_CONTROLLER_LOG
OVS_RUNDIR=${OVN_RUNDIR} start_daemon "$OVN_CONTROLLER_PRIORITY" "$OVN_CONTROLLER_WRAPPER" "$@"
}

Expand Down

0 comments on commit 3bc54be

Please sign in to comment.