neutron/neutron/db/migration/alembic_migrations/versions
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
..
liberty Tag the alembic migration revisions for Liberty 2015-09-29 10:48:29 -04:00
mitaka Add timestamp for neutron core resources 2016-03-05 02:17:35 +00:00
CONTRACT_HEAD Use network RBAC feature for external access 2016-02-29 19:05:26 -08:00
EXPAND_HEAD Add timestamp for neutron core resources 2016-03-05 02:17:35 +00:00
README Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
kilo_initial.py Kilo initial migration 2016-01-04 16:50:09 +00:00

README

This directory contains the migration scripts for the Neutron project.  Please
see the README in neutron/db/migration on how to use and generate new
migrations.