[ovs-dev] [PATCH 1/2] ovs-dev.py: do not pass --enable-dummy to ovsdb

Joe Stringer joestringer at nicira.com
Mon Sep 15 02:35:38 UTC 2014


Thanks for the fix, I pushed this to master.

On 13 September 2014 05:35, Daniele Di Proietto <ddiproietto at vmware.com>
wrote:

> --enable-dummy was useless anyway for ovsdb-server. Now it is an error to
> pass
> it.
>
> Signed-off-by: Daniele Di Proietto <ddiproietto at vmware.com>
> ---
>  utilities/ovs-dev.py | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/utilities/ovs-dev.py b/utilities/ovs-dev.py
> index 5cf4771..869d89e 100755
> --- a/utilities/ovs-dev.py
> +++ b/utilities/ovs-dev.py
> @@ -217,7 +217,7 @@ def run():
>          _sh("ovsdb-tool", "create", ROOT + "/conf.db",
>              OVS_SRC + "/vswitchd/vswitch.ovsschema")
>
> -    opts = ["--pidfile", "--log-file", "--enable-dummy"]
> +    opts = ["--pidfile", "--log-file"]
>
>      _sh(*(["ovsdb-server",
>             "--remote=punix:%s/run/db.sock" % ROOT,
> @@ -253,7 +253,7 @@ def run():
>                 "--suppressions=%s/tests/openssl.supp" % OVS_SRC] + cmd
>      else:
>          cmd = ["sudo"] + cmd
> -        opts = opts + ["-vconsole:off", "--detach"]
> +        opts = opts + ["-vconsole:off", "--detach", "--enable-dummy"]
>      _sh(*(cmd + opts))
>  commands.append(run)
>
> --
> 2.1.0.rc1
>
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev
>



More information about the dev mailing list