From: AKamyshnikova Date: Thu, 16 Apr 2015 13:25:42 +0000 (+0300) Subject: Add some more comments to models/frozen.py X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=1c25a4fe448ccd7f8f1059c3ca46e787116a311c;p=openstack-build%2Fneutron-build.git Add some more comments to models/frozen.py Some people get confused and tried to add new models in models/frozen.py To prevent this add some more information in comments in this file. Change-Id: Iaa52ae2a826609f94e1aa81d815ae7c082bf9204 --- diff --git a/neutron/db/migration/models/frozen.py b/neutron/db/migration/models/frozen.py index ccce460df..528fc4165 100644 --- a/neutron/db/migration/models/frozen.py +++ b/neutron/db/migration/models/frozen.py @@ -14,7 +14,10 @@ # under the License. """ -The module provides all database models. +This module should not be changed. + +The module provides all database models that were present at the moment of +creation of heal_script. Its purpose is to create comparable metadata with current database schema. Based on this comparison database can be healed with healing migration.