b8aac794d4
This moves keypairs from the main database to the API database in an online migration. Note that it refuses to run until all of the instances have keypair information, so that we don't strand instances that might need to lazy-load those things. Related to blueprint cells-keypairs-api-db Change-Id: I97b72ae3e7e8ea3d6b596870d8da3aaa689fd6b5
7 lines
256 B
YAML
7 lines
256 B
YAML
---
|
|
upgrade:
|
|
- Keypairs have been moved to the API database, using an online
|
|
data migration. During the first phase of the migration, instances
|
|
will be given local storage of their key, after which keypairs will
|
|
be moved to the API database.
|