Document that the value of the ovn-remote configuration option must be an IP address. This came up on IRC where someone trying OVN put a hostname here and observed that it did not work.
Signed-off-by: Russell Bryant <[email protected]> --- ovn/controller/ovn-controller.8.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ovn/controller/ovn-controller.8.xml b/ovn/controller/ovn-controller.8.xml index 5f51cb1..825a538 100644 --- a/ovn/controller/ovn-controller.8.xml +++ b/ovn/controller/ovn-controller.8.xml @@ -93,7 +93,7 @@ <dd> <p> The OVN database that this system should connect to for its - configuration. + configuration. The value must be an IP address. </p> <p> -- 2.9.3 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
