summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-02-09 21:25:08 +0000
committerGerrit Code Review <review@openstack.org>2022-02-09 21:25:08 +0000
commit545989f084bad814ce2eeb13d98834e94a77ce29 (patch)
treea401fca02b132971a3048bfce0a8f308d433d7f7
parent087a61b4984bce943648456e8f8bb79adec7d89a (diff)
parent3b24c79331613d753e7157c58a531b707eea9161 (diff)
downloadkeystone-545989f084bad814ce2eeb13d98834e94a77ce29.tar.gz
Merge "sql: Add initial Yoga migration branches"
-rw-r--r--keystone/common/sql/migrations/versions/CONTRACT_HEAD1
-rw-r--r--keystone/common/sql/migrations/versions/EXPAND_HEAD1
-rw-r--r--keystone/common/sql/migrations/versions/yoga/contract/e25ffa003242_initial.py27
-rw-r--r--keystone/common/sql/migrations/versions/yoga/expand/29e87d24a316_initial.py27
4 files changed, 56 insertions, 0 deletions
diff --git a/keystone/common/sql/migrations/versions/CONTRACT_HEAD b/keystone/common/sql/migrations/versions/CONTRACT_HEAD
new file mode 100644
index 000000000..8dc296b9c
--- /dev/null
+++ b/keystone/common/sql/migrations/versions/CONTRACT_HEAD
@@ -0,0 +1 @@
+e25ffa003242
diff --git a/keystone/common/sql/migrations/versions/EXPAND_HEAD b/keystone/common/sql/migrations/versions/EXPAND_HEAD
new file mode 100644
index 000000000..b2bd55d17
--- /dev/null
+++ b/keystone/common/sql/migrations/versions/EXPAND_HEAD
@@ -0,0 +1 @@
+29e87d24a316
diff --git a/keystone/common/sql/migrations/versions/yoga/contract/e25ffa003242_initial.py b/keystone/common/sql/migrations/versions/yoga/contract/e25ffa003242_initial.py
new file mode 100644
index 000000000..bb36d3b2b
--- /dev/null
+++ b/keystone/common/sql/migrations/versions/yoga/contract/e25ffa003242_initial.py
@@ -0,0 +1,27 @@
+# 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.
+
+"""Initial no-op Yoga contract migration.
+
+Revision ID: e25ffa003242
+Revises: 27e647c0fad4
+Create Date: 2022-01-21 00:00:00.000000
+"""
+
+# revision identifiers, used by Alembic.
+revision = 'e25ffa003242'
+down_revision = '27e647c0fad4'
+branch_labels = ('contract',)
+
+
+def upgrade():
+ pass
diff --git a/keystone/common/sql/migrations/versions/yoga/expand/29e87d24a316_initial.py b/keystone/common/sql/migrations/versions/yoga/expand/29e87d24a316_initial.py
new file mode 100644
index 000000000..8fd4c5a84
--- /dev/null
+++ b/keystone/common/sql/migrations/versions/yoga/expand/29e87d24a316_initial.py
@@ -0,0 +1,27 @@
+# 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.
+
+"""Initial no-op Yoga expand migration.
+
+Revision ID: 29e87d24a316
+Revises: 27e647c0fad4
+Create Date: 2022-01-21 00:00:00.000000
+"""
+
+# revision identifiers, used by Alembic.
+revision = '29e87d24a316'
+down_revision = '27e647c0fad4'
+branch_labels = ('expand',)
+
+
+def upgrade():
+ pass