From b4e8584cb300535665259a59bf7bdf81b5d66f94 Mon Sep 17 00:00:00 2001 From: Steve Martinelli Date: Thu, 17 Mar 2016 16:50:57 -0400 Subject: [PATCH] add placeholder migrations for mitaka this should land as soon as possible for newton Change-Id: I1c7de6ac5ec80fb35e849c78027539f53af4302b --- .../migrate_repo/versions/096_placeholder.py | 18 ++++++++++++++++++ .../migrate_repo/versions/097_placeholder.py | 18 ++++++++++++++++++ .../migrate_repo/versions/098_placeholder.py | 18 ++++++++++++++++++ .../migrate_repo/versions/099_placeholder.py | 18 ++++++++++++++++++ .../migrate_repo/versions/100_placeholder.py | 18 ++++++++++++++++++ 5 files changed, 90 insertions(+) create mode 100644 keystone/common/sql/migrate_repo/versions/096_placeholder.py create mode 100644 keystone/common/sql/migrate_repo/versions/097_placeholder.py create mode 100644 keystone/common/sql/migrate_repo/versions/098_placeholder.py create mode 100644 keystone/common/sql/migrate_repo/versions/099_placeholder.py create mode 100644 keystone/common/sql/migrate_repo/versions/100_placeholder.py diff --git a/keystone/common/sql/migrate_repo/versions/096_placeholder.py b/keystone/common/sql/migrate_repo/versions/096_placeholder.py new file mode 100644 index 0000000000..295e0f45bf --- /dev/null +++ b/keystone/common/sql/migrate_repo/versions/096_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 Mitaka backports. Do not use this number for new +# Newton work. New Newton work starts after all the placeholders. + + +def upgrade(migrate_engine): + pass diff --git a/keystone/common/sql/migrate_repo/versions/097_placeholder.py b/keystone/common/sql/migrate_repo/versions/097_placeholder.py new file mode 100644 index 0000000000..295e0f45bf --- /dev/null +++ b/keystone/common/sql/migrate_repo/versions/097_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 Mitaka backports. Do not use this number for new +# Newton work. New Newton work starts after all the placeholders. + + +def upgrade(migrate_engine): + pass diff --git a/keystone/common/sql/migrate_repo/versions/098_placeholder.py b/keystone/common/sql/migrate_repo/versions/098_placeholder.py new file mode 100644 index 0000000000..295e0f45bf --- /dev/null +++ b/keystone/common/sql/migrate_repo/versions/098_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 Mitaka backports. Do not use this number for new +# Newton work. New Newton work starts after all the placeholders. + + +def upgrade(migrate_engine): + pass diff --git a/keystone/common/sql/migrate_repo/versions/099_placeholder.py b/keystone/common/sql/migrate_repo/versions/099_placeholder.py new file mode 100644 index 0000000000..295e0f45bf --- /dev/null +++ b/keystone/common/sql/migrate_repo/versions/099_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 Mitaka backports. Do not use this number for new +# Newton work. New Newton work starts after all the placeholders. + + +def upgrade(migrate_engine): + pass diff --git a/keystone/common/sql/migrate_repo/versions/100_placeholder.py b/keystone/common/sql/migrate_repo/versions/100_placeholder.py new file mode 100644 index 0000000000..295e0f45bf --- /dev/null +++ b/keystone/common/sql/migrate_repo/versions/100_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 Mitaka backports. Do not use this number for new +# Newton work. New Newton work starts after all the placeholders. + + +def upgrade(migrate_engine): + pass