a925248924
This change adds in the nova_api db migration that has to happen within mitaka. This is a new required DB though the DB entry has existed since Kilo. Change: * The SHA was moved forward to the new version of nova to support this change. This was done independently of the rest of the stack to ensure functionality of this new DB. * An entry was added to the secrets file to support a new db user and password. * The requirements repo was rev'd forward to support the new requirements within nova. Depends-On: If63b541bfaf91333ac5963d391e6058ac8254eec UpgradeImpact Change-Id: I711018f4f1f27d667a3dda94a01dc76616f98f4c Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
7 lines
282 B
YAML
7 lines
282 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
A new database called `nova_api` has been created. This database has its own user credentials
|
|
and nova-manage db sync process. For the database password there is a new variable entry in
|
|
`user_secrets.yml` called ``nova_api_container_mysql_password``.
|