Re: [ovs-discuss] Using the Python IDL library issues

2015-04-27 Thread Mir Ali
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

Re: [ovs-discuss] Using the Python IDL library issues

2015-04-27 Thread Ben Pfaff
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

[ovs-discuss] Using the Python IDL library issues

2015-04-26 Thread Mir Ali
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