Re: [Netstack] Common Database Interface

2012-04-30 Thread Dan Wendlandt
Hi Gary, Great that you're working on this. Looks like some of this is stuff you're already tackling in in the DB-HA branch on gerrit, which is great. A couple other things to note: - we already have a basic shared database python API and shared sqlalchemy models in the quantum/db directory. Th

Re: [Netstack] Common Database Interface

2012-04-30 Thread Maru Newby
Hi Gary, The blueprint looks like a good start for standardizing how plugins and agents communicate with a database. It may also be helpful to think about how and why the database is used as a means for both storing and propagating state. An abstraction resulting from such consideration woul