← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1475834] Re: RFE - Provide HasTimestamp in db.models_v2 and use it in nets, subnets, ports, fips and securitygroups

 

I think this must revised in light of bug 1496802

** Changed in: neutron
       Status: In Progress => Won't Fix

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

Title:
  RFE - Provide HasTimestamp in db.models_v2 and use it in nets,
  subnets, ports, fips and securitygroups

Status in neutron:
  Won't Fix

Bug description:
  
  [Existing problem]

  
  Consumers and operators need to know when their resources created, include but not limited to "nets", "subnets", "ports", "floatingips" and "securitygroups".

  If we add them one by one, it's very inefficient.


  [What is the enhancement?]

  
  Provide class HasTimestamp in neutron.db.models_v2, and if one resource need to add timestamp, just inherit like HasID or HasTenant.


  [Issues with existing resources]

  
  Since we now can not get existing resources' created time, they will fill with none to Consumers.

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


References