Add missing release notes

Change-Id: I4a39c472fe0a9e8498848bac1bb9b56cf87e6e3a
This commit is contained in:
Dmitry Tantsur 2015-11-26 15:48:20 +01:00
parent f5671a4376
commit e770caddeb
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.