Re: [openstack-dev] [cinder] Custom fields for versioned objects

2015-12-18 Thread Gorka Eguileor
On 15/12, Ryan Rossiter wrote: > Thanks for the review Michal! As for the bp/bug report, there’s four options: > > 1. Tack the work on as part of bp cinder-objects > 2. Make a new blueprint (bp cinder—object-fields) I think #2 would be the best option, as this is not part of the effort to move

Re: [openstack-dev] [cinder] Custom fields for versioned objects

2015-12-17 Thread Jay S. Bryant
Sean, Just an FYI that I have created a work item for my team to start working this. So, watch for patches from Slade, Kendall, Ryan, Jacob and I to get this implemented. Thanks, Jay On 12/15/2015 10:31 AM, Sean McGinnis wrote: On Tue, Dec 15, 2015 at 04:46:02PM +0100, Micha?? Dulko

Re: [openstack-dev] [cinder] Custom fields for versioned objects

2015-12-15 Thread Sean McGinnis
On Tue, Dec 15, 2015 at 04:46:02PM +0100, Micha?? Dulko wrote: > On 12/15/2015 04:08 PM, Ryan Rossiter wrote: > > Thanks for the review Michal! As for the bp/bug report, there???s four > > options: > > > > 1. Tack the work on as part of bp cinder-objects > > 2. Make a new blueprint (bp

Re: [openstack-dev] [cinder] Custom fields for versioned objects

2015-12-15 Thread Michał Dulko
On 12/14/2015 03:59 PM, Ryan Rossiter wrote: > Hi everyone, > > I have a change submitted that lays the groundwork for using custom enums and > fields that are used by versioned objects [1]. These custom fields allow for > verification on a set of valid values, which prevents the field from

Re: [openstack-dev] [cinder] Custom fields for versioned objects

2015-12-15 Thread Michał Dulko
On 12/15/2015 04:08 PM, Ryan Rossiter wrote: > Thanks for the review Michal! As for the bp/bug report, there’s four options: > > 1. Tack the work on as part of bp cinder-objects > 2. Make a new blueprint (bp cinder—object-fields) > 3. Open a bug to handle all changes for enums/fields > 4. Open a

Re: [openstack-dev] [cinder] Custom fields for versioned objects

2015-12-15 Thread Ryan Rossiter
Thanks for the review Michal! As for the bp/bug report, there’s four options: 1. Tack the work on as part of bp cinder-objects 2. Make a new blueprint (bp cinder—object-fields) 3. Open a bug to handle all changes for enums/fields 4. Open a bug for each changed enum/field Personally, I’m partial

[openstack-dev] [cinder] Custom fields for versioned objects

2015-12-14 Thread Ryan Rossiter
Hi everyone, I have a change submitted that lays the groundwork for using custom enums and fields that are used by versioned objects [1]. These custom fields allow for verification on a set of valid values, which prevents the field from being mistakenly set to something invalid. These custom