Re: [openstack-dev] Conductor API has no attribute "xxxxxx"

2013-09-10 Thread Peeyush Gupta
uesday, 10 September 2013 5:29 PM Subject: Re: [openstack-dev] Conductor API has no attribute "xx" > I have been trying to add a new table to the database. Just FYI, new database interfaces should be added using objects, which are automatically remotable. New conductor interfaces

Re: [openstack-dev] Conductor API has no attribute "xxxxxx"

2013-09-10 Thread Dan Smith
> I have been trying to add a new table to the database. Just FYI, new database interfaces should be added using objects, which are automatically remotable. New conductor interfaces should not be added to make database queries. > #In class LocalAPI > def xx(self, context, node_id, values): >

[openstack-dev] Conductor API has no attribute "xxxxxx"

2013-09-10 Thread Peeyush Gupta
Hi all, I have been trying to add a new table to the database. Now, I have created  the table and I am going through conductor API to populate/update it. I have  defined some function to achieve the task. There function are defined in conductor  and db api, along with in conductor.manage and db.