releasenotes: add notes for Mitaka cycle

Change-Id: Ia8af988292fca1e122b5fcb2e8ab208ee57be461
This commit is contained in:
Emilien Macchi 2016-03-17 16:35:10 -04:00
parent a7ce29b80c
commit f26825f50c
6 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
fixes:
- Change default admin_user and admin_tenant_name.
To match with other modules change admin_user to murano and admin_tenant_name to
service.

View File

@ -0,0 +1,3 @@
---
features:
- Add ability to deploy Murano CloudFoundry service broker API.

View File

@ -0,0 +1,3 @@
---
features:
- Add new options to communicate with Glare API.

View File

@ -0,0 +1,3 @@
---
features:
- Use Keystone endpoint with version-less, to use Keystone v3 when available.

View File

@ -0,0 +1,3 @@
---
features:
- Support of PyMySQL driver for MySQL backend.

View File

@ -0,0 +1,3 @@
---
upgrade:
- Replace deprecated syncdb command to use migrate for Dashboard database.