diff mbox

[ovs-dev] ovn-controller(8): ovn-remote must be an IP adddress.

Message ID 20161205170533.27981-1-russell@ovn.org
State Changes Requested
Headers show

Commit Message

Russell Bryant Dec. 5, 2016, 5:05 p.m. UTC
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 <russell@ovn.org>
---
 ovn/controller/ovn-controller.8.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ben Pfaff Dec. 5, 2016, 6:10 p.m. UTC | #1
On Mon, Dec 05, 2016 at 12:05:33PM -0500, Russell Bryant wrote:
> 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 <russell@ovn.org>
> ---
>  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>

Not an IP address but an OVSDB remote in the form tcp:ip[:port] or
ssl:ip[:port].
diff mbox

Patch

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>