Add release notes for Ocata

This patch adds release notes for Ocata.

Change-Id: I698fa4dabf0a2545e039f30c9e1f5c02ed6de0f0
This commit is contained in:
Shu Muto 2017-01-25 15:28:43 +09:00
parent aadf31cd9e
commit cc8b7bab09
1 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,26 @@
---
prelude: >
Magnum UI keeps on following changes for Horizon's
AngularJS-based framework. So we can use recent
Horizon's feature. And hundreds of JavaScript tests
are added. This ensures quality of Magnum UI.
features:
- >
Allow to create cluster template without keypair.
Also, allow change or set keypair in cluster creation.
Following change in Magnum, also Magnum UI allows this
feature.
- >
Change creation actions to global actions. Cluster
Template creation and Cluster creation actions are
changed from batchAction to globalAction. This means
these actions are callable from other panels.
- >
Use initAction() instead initScope(). initScope() is
deprecated from Horizon in Ocata and will be removed
in Queens.
- >
Use horizon's common "views" module for Angular. This
proceeds independence against Django framework for
plugins.
- Reasonable name is set to browser title bar.