nova/releasenotes/notes/keypairs-moved-to-api-9cde30acac6f76b6.yaml
Dan Smith b8aac794d4 Add online migration to move keypairs from main to API database
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
2016-05-19 11:59:14 -07:00

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.