Code review comment for lp:~rvb/maas/maas-basic-model

Revision history for this message
Raphaƫl Badin (rvb) wrote :

Good point. I've created this model that works and I'll create all the externally exposed methods (like add_mac_address & co) on the Node object in such a way that how we store MACs is a well confined implementation detail. I'll investigate what you suggest (I suspect it only requires wrapping it so that Django can use it) and also consider using an array to store the MAC Addresses.

« Back to merge proposal