From 8829e5e740445a88f297141e24420789f7efd8a0 Mon Sep 17 00:00:00 2001 From: Lance Bragstad Date: Thu, 7 Sep 2017 20:04:52 +0000 Subject: [PATCH] Add backport migrations for Pike In the unlikely event we have to backport a fix to Pike that requires a migration, we'll need these. Change-Id: I5f1bf5cfb6b19f614b8d47bcb2f06d085d1f04f2 --- .../contract_repo/versions/025_placeholder.py | 18 ++++++++++++++++++ .../contract_repo/versions/026_placeholder.py | 18 ++++++++++++++++++ .../contract_repo/versions/027_placeholder.py | 18 ++++++++++++++++++ .../contract_repo/versions/028_placeholder.py | 18 ++++++++++++++++++ .../contract_repo/versions/029_placeholder.py | 18 ++++++++++++++++++ .../versions/025_placeholder.py | 18 ++++++++++++++++++ .../versions/026_placeholder.py | 18 ++++++++++++++++++ .../versions/027_placeholder.py | 18 ++++++++++++++++++ .../versions/028_placeholder.py | 18 ++++++++++++++++++ .../versions/029_placeholder.py | 18 ++++++++++++++++++ .../expand_repo/versions/025_placeholder.py | 18 ++++++++++++++++++ .../expand_repo/versions/026_placeholder.py | 18 ++++++++++++++++++ .../expand_repo/versions/027_placeholder.py | 18 ++++++++++++++++++ .../expand_repo/versions/028_placeholder.py | 18 ++++++++++++++++++ .../expand_repo/versions/029_placeholder.py | 18 ++++++++++++++++++ 15 files changed, 270 insertions(+) create mode 100644 keystone/common/sql/contract_repo/versions/025_placeholder.py create mode 100644 keystone/common/sql/contract_repo/versions/026_placeholder.py create mode 100644 keystone/common/sql/contract_repo/versions/027_placeholder.py create mode 100644 keystone/common/sql/contract_repo/versions/028_placeholder.py create mode 100644 keystone/common/sql/contract_repo/versions/029_placeholder.py create mode 100644 keystone/common/sql/data_migration_repo/versions/025_placeholder.py create mode 100644 keystone/common/sql/data_migration_repo/versions/026_placeholder.py create mode 100644 keystone/common/sql/data_migration_repo/versions/027_placeholder.py create mode 100644 keystone/common/sql/data_migration_repo/versions/028_placeholder.py create mode 100644 keystone/common/sql/data_migration_repo/versions/029_placeholder.py create mode 100644 keystone/common/sql/expand_repo/versions/025_placeholder.py create mode 100644 keystone/common/sql/expand_repo/versions/026_placeholder.py create mode 100644 keystone/common/sql/expand_repo/versions/027_placeholder.py create mode 100644 keystone/common/sql/expand_repo/versions/028_placeholder.py create mode 100644 keystone/common/sql/expand_repo/versions/029_placeholder.py diff --git a/keystone/common/sql/contract_repo/versions/025_placeholder.py b/keystone/common/sql/contract_repo/versions/025_placeholder.py new file mode 100644 index 0000000000..a96cd6f362 --- /dev/null +++ b/keystone/common/sql/contract_repo/versions/025_placeholder.py @@ -0,0 +1,18 @@ +# 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 Pike backports. Do not use this number for new +# Queens work. New Queens work starts after all the placeholders. + + +def upgrade(migrate_engine): + pass diff --git a/keystone/common/sql/contract_repo/versions/026_placeholder.py b/keystone/common/sql/contract_repo/versions/026_placeholder.py new file mode 100644 index 0000000000..a96cd6f362 --- /dev/null +++ b/keystone/common/sql/contract_repo/versions/026_placeholder.py @@ -0,0 +1,18 @@ +# 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 Pike backports. Do not use this number for new +# Queens work. New Queens work starts after all the placeholders. + + +def upgrade(migrate_engine): + pass diff --git a/keystone/common/sql/contract_repo/versions/027_placeholder.py b/keystone/common/sql/contract_repo/versions/027_placeholder.py new file mode 100644 index 0000000000..a96cd6f362 --- /dev/null +++ b/keystone/common/sql/contract_repo/versions/027_placeholder.py @@ -0,0 +1,18 @@ +# 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 Pike backports. Do not use this number for new +# Queens work. New Queens work starts after all the placeholders. + + +def upgrade(migrate_engine): + pass diff --git a/keystone/common/sql/contract_repo/versions/028_placeholder.py b/keystone/common/sql/contract_repo/versions/028_placeholder.py new file mode 100644 index 0000000000..a96cd6f362 --- /dev/null +++ b/keystone/common/sql/contract_repo/versions/028_placeholder.py @@ -0,0 +1,18 @@ +# 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 Pike backports. Do not use this number for new +# Queens work. New Queens work starts after all the placeholders. + + +def upgrade(migrate_engine): + pass diff --git a/keystone/common/sql/contract_repo/versions/029_placeholder.py b/keystone/common/sql/contract_repo/versions/029_placeholder.py new file mode 100644 index 0000000000..a96cd6f362 --- /dev/null +++ b/keystone/common/sql/contract_repo/versions/029_placeholder.py @@ -0,0 +1,18 @@ +# 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 Pike backports. Do not use this number for new +# Queens work. New Queens work starts after all the placeholders. + + +def upgrade(migrate_engine): + pass diff --git a/keystone/common/sql/data_migration_repo/versions/025_placeholder.py b/keystone/common/sql/data_migration_repo/versions/025_placeholder.py new file mode 100644 index 0000000000..a96cd6f362 --- /dev/null +++ b/keystone/common/sql/data_migration_repo/versions/025_placeholder.py @@ -0,0 +1,18 @@ +# 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 Pike backports. Do not use this number for new +# Queens work. New Queens work starts after all the placeholders. + + +def upgrade(migrate_engine): + pass diff --git a/keystone/common/sql/data_migration_repo/versions/026_placeholder.py b/keystone/common/sql/data_migration_repo/versions/026_placeholder.py new file mode 100644 index 0000000000..a96cd6f362 --- /dev/null +++ b/keystone/common/sql/data_migration_repo/versions/026_placeholder.py @@ -0,0 +1,18 @@ +# 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 Pike backports. Do not use this number for new +# Queens work. New Queens work starts after all the placeholders. + + +def upgrade(migrate_engine): + pass diff --git a/keystone/common/sql/data_migration_repo/versions/027_placeholder.py b/keystone/common/sql/data_migration_repo/versions/027_placeholder.py new file mode 100644 index 0000000000..a96cd6f362 --- /dev/null +++ b/keystone/common/sql/data_migration_repo/versions/027_placeholder.py @@ -0,0 +1,18 @@ +# 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 Pike backports. Do not use this number for new +# Queens work. New Queens work starts after all the placeholders. + + +def upgrade(migrate_engine): + pass diff --git a/keystone/common/sql/data_migration_repo/versions/028_placeholder.py b/keystone/common/sql/data_migration_repo/versions/028_placeholder.py new file mode 100644 index 0000000000..a96cd6f362 --- /dev/null +++ b/keystone/common/sql/data_migration_repo/versions/028_placeholder.py @@ -0,0 +1,18 @@ +# 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 Pike backports. Do not use this number for new +# Queens work. New Queens work starts after all the placeholders. + + +def upgrade(migrate_engine): + pass diff --git a/keystone/common/sql/data_migration_repo/versions/029_placeholder.py b/keystone/common/sql/data_migration_repo/versions/029_placeholder.py new file mode 100644 index 0000000000..a96cd6f362 --- /dev/null +++ b/keystone/common/sql/data_migration_repo/versions/029_placeholder.py @@ -0,0 +1,18 @@ +# 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 Pike backports. Do not use this number for new +# Queens work. New Queens work starts after all the placeholders. + + +def upgrade(migrate_engine): + pass diff --git a/keystone/common/sql/expand_repo/versions/025_placeholder.py b/keystone/common/sql/expand_repo/versions/025_placeholder.py new file mode 100644 index 0000000000..a96cd6f362 --- /dev/null +++ b/keystone/common/sql/expand_repo/versions/025_placeholder.py @@ -0,0 +1,18 @@ +# 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 Pike backports. Do not use this number for new +# Queens work. New Queens work starts after all the placeholders. + + +def upgrade(migrate_engine): + pass diff --git a/keystone/common/sql/expand_repo/versions/026_placeholder.py b/keystone/common/sql/expand_repo/versions/026_placeholder.py new file mode 100644 index 0000000000..a96cd6f362 --- /dev/null +++ b/keystone/common/sql/expand_repo/versions/026_placeholder.py @@ -0,0 +1,18 @@ +# 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 Pike backports. Do not use this number for new +# Queens work. New Queens work starts after all the placeholders. + + +def upgrade(migrate_engine): + pass diff --git a/keystone/common/sql/expand_repo/versions/027_placeholder.py b/keystone/common/sql/expand_repo/versions/027_placeholder.py new file mode 100644 index 0000000000..a96cd6f362 --- /dev/null +++ b/keystone/common/sql/expand_repo/versions/027_placeholder.py @@ -0,0 +1,18 @@ +# 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 Pike backports. Do not use this number for new +# Queens work. New Queens work starts after all the placeholders. + + +def upgrade(migrate_engine): + pass diff --git a/keystone/common/sql/expand_repo/versions/028_placeholder.py b/keystone/common/sql/expand_repo/versions/028_placeholder.py new file mode 100644 index 0000000000..a96cd6f362 --- /dev/null +++ b/keystone/common/sql/expand_repo/versions/028_placeholder.py @@ -0,0 +1,18 @@ +# 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 Pike backports. Do not use this number for new +# Queens work. New Queens work starts after all the placeholders. + + +def upgrade(migrate_engine): + pass diff --git a/keystone/common/sql/expand_repo/versions/029_placeholder.py b/keystone/common/sql/expand_repo/versions/029_placeholder.py new file mode 100644 index 0000000000..a96cd6f362 --- /dev/null +++ b/keystone/common/sql/expand_repo/versions/029_placeholder.py @@ -0,0 +1,18 @@ +# 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 Pike backports. Do not use this number for new +# Queens work. New Queens work starts after all the placeholders. + + +def upgrade(migrate_engine): + pass