neutron/neutron/db/migration
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
..
alembic_migrations Add timestamp for neutron core resources 2016-03-05 02:17:35 +00:00
models Add tag mechanism for network resources 2016-03-02 05:43:14 +09:00
README Support for independent alembic branches in sub-projects 2015-08-12 23:50:58 -04:00
__init__.py Use _ from neutron._i18n 2015-12-06 19:39:04 +09:00
alembic.ini
autogen.py Support new mitaka directory with revisions 2015-09-30 18:58:52 +02:00
cli.py Fix branch order when upgrading to alembic milestone 2016-03-04 00:44:40 -05:00
connection.py neutron-db-manage: add has_offline_migrations command 2016-01-22 13:55:40 +00:00

README

See doc/source/devref/alembic_migrations.rst

Rendered at
http://docs.openstack.org/developer/neutron/devref/alembic_migrations.html