|
def | migrate_083_084 (stack, **kwargs) |
|
def | migrate_082_083 (stack, **kwargs) |
|
def | migrate_081_082 (stack, **kwargs) |
|
def | migrate_080_081 (stack, **kwargs) |
|
def | migrate_071_080 (stack, **kwargs) |
|
def | migrate_stack (stack, from_version, target_version, **kwargs) |
|
Stack migration definitions
The migration definitions are used to defined the specific functions
used for migrating stacks between specific versions.
The `MIGRATIONS` dictionary contains the mappings between
`'%(from)s-%(to)s'` version strings and the specific function to
perform the migration. The specific migration functions should be
denoted as private to this module.