Files
neutron/doc/source/devref/db_layer.rst
Ihar Hrachyshka 9f947dc5dd devref: fixed class name for test_migrations autodocumentation
The file name is different, so documentation was not properly generated
before.

Also fixed a docstring not to issue sphinx warning due to incorrect
indentation.

Change-Id: I48ab899077458d99eee6f643577d574106c1ca88
2015-02-23 18:48:01 +00:00

12 lines
288 B
ReStructuredText

Neutron Database Layer
======================
Tests to verify that database migrations and models are in sync
---------------------------------------------------------------
.. automodule:: neutron.tests.functional.db.test_migrations
.. autoclass:: _TestModelsMigrations
:members: