From 2e7b4f2027a1147ca28301e4f88adf8274b39a1f Mon Sep 17 00:00:00 2001 From: DUVAL Thomas Date: Thu, 9 Jun 2016 09:11:50 +0200 Subject: Update Keystone core to Mitaka. Change-Id: Ia10d6add16f4a9d25d1f42d420661c46332e69db --- .../source/online_schema_migration_examples.rst | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 keystone-moon/doc/source/online_schema_migration_examples.rst (limited to 'keystone-moon/doc/source/online_schema_migration_examples.rst') diff --git a/keystone-moon/doc/source/online_schema_migration_examples.rst b/keystone-moon/doc/source/online_schema_migration_examples.rst new file mode 100644 index 00000000..0e0fb399 --- /dev/null +++ b/keystone-moon/doc/source/online_schema_migration_examples.rst @@ -0,0 +1,24 @@ + +==================================== +Online SQL schema migration examples +==================================== + +This document links to several examples implementing online SQL schema +migrations to facilitate simultaneously running OpenStack services in +different versions with the same DB schema. + + +* Nova `data migration example + `_ +* Nova `data migration enforcement example + `_ + of sqlalchemy migrate/deprecated scripts +* Nova `flavor migration spec + `_ + example of data migrations in the object layer +* Cinder `online schema upgrades spec `_ + example of migrating a column to a many-to-many relation table + + +For documentation on how to make online migrations move on to +:ref:`Database Schema Migrations `. -- cgit 1.2.3-korg