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

[Netstack] Common Database Interface

2012-04-28 Thread Gary Kotton
Hi, I have posted the blueprint - https://blueprints.launchpad.net/quantum/+spec/database-common If anyone has any comments can you please let me know. I'd be happy to start to work on this. In nova there is a similar treatment - ../nova/nova/db/sqlalchemy. What is the process when it comes to