Add releasenotes for Mogan

From the beginning of Mogan, we have done a lof of work
for it, should add some releasenotes for user to know what
changes happened here.

Change-Id: I58fc6a166e8da038aa42701fbd665c4db122d6ec
This commit is contained in:
wanghao 2017-04-28 15:54:30 +08:00
parent 49b26986f6
commit c6fa1e594f
10 changed files with 40 additions and 2 deletions

View File

@ -0,0 +1,5 @@
---
features:
- Add ssh keypair support for baremetal servers like nova, as admin_pass
is not worked with cloud-init by default, keypair is a must for users to
access and manage the servers.

View File

@ -0,0 +1,4 @@
---
features:
- Support to get console from bms, introduce the console API, consoleauth
manager and shellinabox console proxy.

View File

@ -0,0 +1,4 @@
---
features:
- Introduce taskflow in creation process of server, which could support to
rollback in the process of creating an server.

View File

@ -0,0 +1,4 @@
---
features:
- Add floating IP related methods, so users can associate/disassociate FIP
to their servers.

View File

@ -0,0 +1,5 @@
---
features:
- Introduce Guru to Mogan. Guru is a mechanism whereby developers and system
administrators can generate a report about the state of a running Mogan
executable. This report is called a *Guru Meditation Report*.

View File

@ -0,0 +1,4 @@
---
features:
- Introduce versioned notification base, and add instances action
notification in Mogan.

View File

@ -0,0 +1,4 @@
---
features:
- Support to create multi-servers in one request of mogan. Mogan will check
and find the exact number of servers which will be created finally.

View File

@ -1,5 +1,5 @@
--- ---
features: features:
- Support quota for instances in Mogan, add quota operation in creating and - Support quota for servers in Mogan, add quota operation in creating and
deleting instances process. Now only support database quota driver by deleting servers process. Now only support database quota driver by
default. default.

View File

@ -0,0 +1,4 @@
---
features:
- Add a lock and unlock API to change server's 'locked' status to
True or Flase. This will disallow deleting server after locking.

View File

@ -0,0 +1,4 @@
---
features:
- Support to rebuild the baremetal server in Mogan. This feature allows
users to redeploy their servers.