1 # Licensed under the Apache License, Version 2.0 (the "License"); you may
2 # not use this file except in compliance with the License. You may obtain
3 # a copy of the License at
5 # http://www.apache.org/licenses/LICENSE-2.0
7 # Unless required by applicable law or agreed to in writing, software
8 # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
9 # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
10 # License for the specific language governing permissions and limitations
14 """Start of odl contract branch
16 Revision ID: 383acb0d38a0
18 Create Date: 2015-09-03 22:27:49.306394
22 from neutron.db import migration
23 from neutron.db.migration import cli
26 # revision identifiers, used by Alembic.
27 revision = '383acb0d38a0'
28 down_revision = 'b89a299e19f9'
29 branch_labels = (cli.CONTRACT_BRANCH,)
31 # milestone identifier, used by neutron-db-manage
32 neutron_milestone = [migration.MITAKA]