Use oslo-versioned-objects to help with dealing with upgrades.
We are looking to improve the way we deal with versioning (of all sorts db/rpc/
And it has be accepted. https:/
Versioned-objects will help us deal with DB schema being at a different version than the code expects. This will allow Designate to be operated safely during upgrades.
Looking forward as we pass more and more data over RPC we can make use of versioned-objects to ensure upgrades happen without spreading the version dependant code across the code base.
Now designate has just implemented itself db object.
We should improve it.
1. migrate it to oslo.versionedo
2. support version register.