trove/releasenotes/notes/instance-upgrade-7d464f85e025d729.yaml
Morgan Jones 2478c0d1d4 Implement Instance Upgrade
Implments Instance Upgrade functionality to support upgrading the
image of a Trove datastore instance from datastore_version to a
newer datastore_version of the same datastore.

This functionality builds on the Nova rebuild API to upgrade
the image of an instance with minimal downtime.

Includes datastore implementation of the upgrade functionality
for the Mysql based datastores.

Change-Id: Ie6e48d78ac07df52f686f359ca7fdadaae6ad064
Implements: blueprint image-upgrade
Depends-On: I6ec2ebb78019c014f87ba5d8cbfd284686c64f30
2016-09-08 11:32:14 -04:00

5 lines
177 B
YAML

features:
- New instance upgrade API supports upgrading an instance of
a datastore to a new datastore version. Includes implementation
for MySQL family of databases.