Merge "Add missing release notes"

This commit is contained in:
Jenkins 2015-11-30 12:42:17 +00:00 committed by Gerrit Code Review
commit 532b77b3ee
5 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,8 @@
---
critical:
- |
Fixed several issues with MySQL database support:
* https://bugs.launchpad.net/bugs/1501746
* https://bugs.launchpad.net/bugs/1506160
* https://bugs.launchpad.net/bugs/1501746

View File

@ -0,0 +1,4 @@
---
security:
- Never enable Flask debug mode as it may allow remote code execution.
See https://bugs.launchpad.net/bugs/1506419 for details.

View File

@ -0,0 +1,4 @@
---
other:
- IPA (ironic-python-agent) is now fully supported in the devstack plugin
and will become the default ramdisk in the next release.

View File

@ -0,0 +1,3 @@
---
other:
- Allow autogeneration of database migrations.

View File

@ -0,0 +1,4 @@
---
fixes:
- Log a warning when add_ports is set to pxe, but no PXE MAC is returned from
the ramdisk.