neutron/neutron/db/migration/alembic_migrations
ZhaoBo 4c2c983618 Add timestamp for neutron core resources
Currently, neutron core resources (like net, subnet, port and subnetpool)
do not save time-stamps upon their creation and updation. This
information can be critical for debugging purposes.

This patch introduces a new extension called "timestamp" extending existing
the neutron core resources to allow their creation and modification times
to be record. Now this patch add this resource schema and the functions which
listen db events to add timestamp fields.

APIImpact
DocImpact: Neutron core resources now contain 'timestamp' fields like
           'created_at' and 'updated_at'

Change-Id: I24114b464403435d9c1e1e123d2bc2f37c8fc6ea
Partially-Implements: blueprint add-port-timestamp
2016-03-05 02:17:35 +00:00
..
versions Add timestamp for neutron core resources 2016-03-05 02:17:35 +00:00
__init__.py Remove vim line from db migartion template 2014-03-03 16:09:41 +09:00
agent_init_ops.py Kilo initial migration 2016-01-04 16:50:09 +00:00
brocade_init_ops.py Kilo initial migration 2016-01-04 16:50:09 +00:00
cisco_init_ops.py Kilo initial migration 2016-01-04 16:50:09 +00:00
core_init_ops.py Kilo initial migration 2016-01-04 16:50:09 +00:00
dvr_init_opts.py Kilo initial migration 2016-01-04 16:50:09 +00:00
env.py neutron-db-manage: add has_offline_migrations command 2016-01-22 13:55:40 +00:00
external.py Remove NEC plugin tables 2016-02-16 15:49:11 +09:00
firewall_init_ops.py Remove downgrade from existing migrations 2015-03-23 13:49:24 +00:00
l3_init_ops.py Kilo initial migration 2016-01-04 16:50:09 +00:00
lb_init_ops.py Remove downgrade from existing migrations 2015-03-23 13:49:24 +00:00
loadbalancer_init_ops.py Juno_initial migration 2015-06-16 15:03:14 +03:00
metering_init_ops.py Kilo initial migration 2016-01-04 16:50:09 +00:00
ml2_init_ops.py Kilo initial migration 2016-01-04 16:50:09 +00:00
nec_init_ops.py Kilo initial migration 2016-01-04 16:50:09 +00:00
nsxv_initial_opts.py Kilo initial migration 2016-01-04 16:50:09 +00:00
nuage_init_opts.py Kilo initial migration 2016-01-04 16:50:09 +00:00
other_extensions_init_ops.py Kilo initial migration 2016-01-04 16:50:09 +00:00
other_plugins_init_ops.py Kilo initial migration 2016-01-04 16:50:09 +00:00
ovs_init_ops.py Remove downgrade from existing migrations 2015-03-23 13:49:24 +00:00
portsec_init_ops.py Remove downgrade from existing migrations 2015-03-23 13:49:24 +00:00
script.py.mako [neutron-db-manage] revision: properly bootstrap a new branch 2015-07-26 21:00:23 -04:00
secgroup_init_ops.py Kilo initial migration 2016-01-04 16:50:09 +00:00
vmware_init_ops.py Kilo initial migration 2016-01-04 16:50:09 +00:00
vpn_init_ops.py Remove downgrade from existing migrations 2015-03-23 13:49:24 +00:00