<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div><span>Hi Dan,</span></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman', 'new york', times, serif; background-color: transparent; font-style: normal;"><span><br></span></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman', 'new york', times, serif; background-color: transparent; font-style: normal;"><span>Yeah, I figured that out. I was already using objects, but</span></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman', 'new york', times, serif; background-color: transparent; font-style: normal;"><span>I didn't add the interface to the conductor.rpcapi. It's working</span></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman', 'new york', times, serif; background-color: transparent;
 font-style: normal;"><span>fine now.</span></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman', 'new york', times, serif; background-color: transparent; font-style: normal;"><span><br></span></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman', 'new york', times, serif; background-color: transparent; font-style: normal;"><span>Thanks.</span></div><div></div><div> </div><div><font class="Apple-style-span" color="#9E8FA9">~Peeyush Gupta</font><br></div>  <div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt;"> <div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt;"> <div dir="ltr"> <hr size="1">  <font size="2" face="Arial"> <b><span style="font-weight:bold;">From:</span></b> Dan Smith <dms@danplanet.com><br> <b><span style="font-weight: bold;">To:</span></b> Peeyush Gupta <gpeeyush@ymail.com>; OpenStack
 Development Mailing List <openstack-dev@lists.openstack.org> <br> <b><span style="font-weight: bold;">Sent:</span></b> Tuesday, 10 September 2013 5:29 PM<br> <b><span style="font-weight: bold;">Subject:</span></b> Re: [openstack-dev] Conductor API has no attribute "xxxxxx"<br> </font> </div> <div class="y_msg_container"><br>> I have been trying to add a new table to the database.<br><br>Just FYI, new database interfaces should be added using objects, which<br>are automatically remotable. New conductor interfaces should not be<br>added to make database queries.<br><br>> #In class LocalAPI<br>> def xxxxxx(self, context, node_id, values):<br>>         return self._manager.xxxxxx(context, node_id, values)<br>> <br><br>Is this on top of master?<br><br>Adding to api -> rpcapi -> manager should do the trick. It would be<br>helpful to know what you're trying to build this on top of, as well as<br>a little more
 detail about what you've added.<br><br>--Dan<br><br></div> </div> </div>  </div></body></html>