Realized I wasn't running the script as root. Ran the same using sudo and it
worked. :-)
Thanks
> Date: Mon, 27 Apr 2015 08:27:38 -0700
> From: b...@nicira.com
> To: mir_...@outlook.com
> CC: discuss@openvswitch.org
> Subject: Re: [ovs-discuss] Using the Python IDL librar
On Sun, Apr 26, 2015 at 12:36:52PM -0700, Mir Ali wrote:
> I was hoping idl to load the database on the first idl.run() call but
> it doesn't seem like it is. The tables are always empty although the
> current set up is as shown below
It wouldn't normally be on the first idl.run() call, you have t
Hi,
I am trying out the python idl library to write scripts to talk to the
ovsdb-server but I can figure out why the idl database is not being loaded. My
setup consists fo the following.
Started the ovsdb-server and switch as
$ sudo ovsdb-server /usr/local/etc/openvswitch/conf.db
--remote=puni