summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Riedemann <mriedem@us.ibm.com>2016-10-31 11:54:30 -0400
committerMatt Riedemann <mriedem@us.ibm.com>2016-10-31 11:54:30 -0400
commit867661d51bdb0cf2a6f326cb18f26bbc1f04eb15 (patch)
tree51cc22f70a56a3e97cae0fa3311d3bec40d7bc9b
parentee086460db947ea0dcd2cb27fd2aecf738b47c20 (diff)
downloadnova-14.0.2.tar.gz
Add release note for bug 163544614.0.2
Since we're adding a database schema migration in a stable release, we should have a release note to document it. Change-Id: Ic3f507efb3a5b39283f49ae36fc8fbd727b9d445 Related-Bug: #1635446
-rw-r--r--releasenotes/notes/bug-1635446-newton-2351fe93f9af67e5.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1635446-newton-2351fe93f9af67e5.yaml b/releasenotes/notes/bug-1635446-newton-2351fe93f9af67e5.yaml
new file mode 100644
index 0000000000..b288f4910e
--- /dev/null
+++ b/releasenotes/notes/bug-1635446-newton-2351fe93f9af67e5.yaml
@@ -0,0 +1,10 @@
+---
+prelude: >
+ A new database schema migration is included in this release to fix
+ `bug 1635446 <https://bugs.launchpad.net/nova/+bug/1635446>`_.
+fixes:
+ - |
+ Contains database schema migration
+ ``021_build_requests_instance_mediumtext`` which increases the size of the
+ ``build_requests.instance`` column on MySQL backends. This is needed to
+ create new instances which have very large ``user_data`` fields.