Code review comment for lp:~vishvananda/nova/network-refactor

Revision history for this message
Jay Pipes (jaypipes) wrote :

Yeah, so I've run into similar issues in prototyping new datastore code. Is the real problem the fact that the Auth objects like Project aren't derived from BasicModel like all the other objects in the system are? If we could have things that are *models* (i.e. plain old data records with some ability to "associate" with each other) all derive from a single class (BasicModel) this problem would go away. This really is a problem with having the models contain business logic (the Rails way...)

-jay

« Back to merge proposal