keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py
Samuel de Medeiros Queiroz 542e25b693 Add placeholder migrations for Ocata
All Pike work should start at 022. These placeholders
exist for backporting fixes to Ocata.

Change-Id: I618168b13f8e45d585811f341af66db95c16da04
2017-02-04 10:31:12 -03:00

19 lines
751 B
Python

# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
# This is a placeholder for Ocata backports. Do not use this number for new
# Pike work. New Pike work starts after all the placeholders.
def upgrade(migrate_engine):
pass