← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1496802] [NEW] stop duplicating schema for common attributes

 

Public bug reported:

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.

** Affects: neutron
     Importance: Undecided
         Status: New


** Tags: rfe

-- 
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:
  stop duplicating schema for common attributes

Status in neutron:
  New

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


Follow ups