From 3c1d38882eca336bb7735ee8097d0236b2d94b1a Mon Sep 17 00:00:00 2001
From: John Griffith <john.griffith8@gmail.com>
Date: Wed, 2 Sep 2015 20:54:08 -0600
Subject: [PATCH] Add placholder for migration backports in Liberty

Adding 5 placeholders for migration backports.

Change-Id: Id3c4efbeee8bb1d800d71576d9de66ae9deb315a
---
 .../migrate_repo/versions/056_placeholder.py  | 23 +++++++++++++++++++
 .../migrate_repo/versions/057_placeholder.py  | 23 +++++++++++++++++++
 .../migrate_repo/versions/058_placeholder.py  | 23 +++++++++++++++++++
 .../migrate_repo/versions/059_placeholder.py  | 23 +++++++++++++++++++
 .../migrate_repo/versions/060_placeholder.py  | 23 +++++++++++++++++++
 5 files changed, 115 insertions(+)
 create mode 100644 cinder/db/sqlalchemy/migrate_repo/versions/056_placeholder.py
 create mode 100644 cinder/db/sqlalchemy/migrate_repo/versions/057_placeholder.py
 create mode 100644 cinder/db/sqlalchemy/migrate_repo/versions/058_placeholder.py
 create mode 100644 cinder/db/sqlalchemy/migrate_repo/versions/059_placeholder.py
 create mode 100644 cinder/db/sqlalchemy/migrate_repo/versions/060_placeholder.py

diff --git a/cinder/db/sqlalchemy/migrate_repo/versions/056_placeholder.py b/cinder/db/sqlalchemy/migrate_repo/versions/056_placeholder.py
new file mode 100644
index 000000000..6751db1d9
--- /dev/null
+++ b/cinder/db/sqlalchemy/migrate_repo/versions/056_placeholder.py
@@ -0,0 +1,23 @@
+#    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.
+
+#  Do not use this number for new Mitaka work.  New Mitaka work starts after
+#  all the placeholders.
+# http://lists.openstack.org/pipermail/openstack-dev/2013-March/006827.html
+
+
+def upgrade(migrate_engine):
+    pass
+
+
+def downgrade(migration_engine):
+    pass
diff --git a/cinder/db/sqlalchemy/migrate_repo/versions/057_placeholder.py b/cinder/db/sqlalchemy/migrate_repo/versions/057_placeholder.py
new file mode 100644
index 000000000..27d01e500
--- /dev/null
+++ b/cinder/db/sqlalchemy/migrate_repo/versions/057_placeholder.py
@@ -0,0 +1,23 @@
+#    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.
+
+#  Do not use this number for new Kilo work.  New Kilo work starts after
+#  all the placeholders.
+# http://lists.openstack.org/pipermail/openstack-dev/2013-March/006827.html
+
+
+def upgrade(migrate_engine):
+    pass
+
+
+def downgrade(migration_engine):
+    pass
diff --git a/cinder/db/sqlalchemy/migrate_repo/versions/058_placeholder.py b/cinder/db/sqlalchemy/migrate_repo/versions/058_placeholder.py
new file mode 100644
index 000000000..27d01e500
--- /dev/null
+++ b/cinder/db/sqlalchemy/migrate_repo/versions/058_placeholder.py
@@ -0,0 +1,23 @@
+#    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.
+
+#  Do not use this number for new Kilo work.  New Kilo work starts after
+#  all the placeholders.
+# http://lists.openstack.org/pipermail/openstack-dev/2013-March/006827.html
+
+
+def upgrade(migrate_engine):
+    pass
+
+
+def downgrade(migration_engine):
+    pass
diff --git a/cinder/db/sqlalchemy/migrate_repo/versions/059_placeholder.py b/cinder/db/sqlalchemy/migrate_repo/versions/059_placeholder.py
new file mode 100644
index 000000000..27d01e500
--- /dev/null
+++ b/cinder/db/sqlalchemy/migrate_repo/versions/059_placeholder.py
@@ -0,0 +1,23 @@
+#    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.
+
+#  Do not use this number for new Kilo work.  New Kilo work starts after
+#  all the placeholders.
+# http://lists.openstack.org/pipermail/openstack-dev/2013-March/006827.html
+
+
+def upgrade(migrate_engine):
+    pass
+
+
+def downgrade(migration_engine):
+    pass
diff --git a/cinder/db/sqlalchemy/migrate_repo/versions/060_placeholder.py b/cinder/db/sqlalchemy/migrate_repo/versions/060_placeholder.py
new file mode 100644
index 000000000..27d01e500
--- /dev/null
+++ b/cinder/db/sqlalchemy/migrate_repo/versions/060_placeholder.py
@@ -0,0 +1,23 @@
+#    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.
+
+#  Do not use this number for new Kilo work.  New Kilo work starts after
+#  all the placeholders.
+# http://lists.openstack.org/pipermail/openstack-dev/2013-March/006827.html
+
+
+def upgrade(migrate_engine):
+    pass
+
+
+def downgrade(migration_engine):
+    pass
-- 
2.45.2