← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1496802] Re: [RFE] Stop duplicating schema for common attributes

 

Technically speaking this bug report was addressed. It's the ones that
leverage this capability that need to be moved along.

** Changed in: neutron
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1496802

Title:
  [RFE] Stop duplicating schema for common attributes

Status in neutron:
  Fix Released

Bug description:
  Several features have come up that can apply to multiple types of
  objects (qos, port security enabled, rbac, timestamps, tags) and each
  time we implement them we either duplicate schema across a bunch of
  tables or we have a single table with no referential integrity.

  We should add a new table that all of the Neutron resources relate to
  and then have new features that apply to multiple object types relate
  to the new neutron resources table. This prevents duplication of
  schema while maintaining referential integrity.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1496802/+subscriptions


References