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:
parent
49b26986f6
commit
c6fa1e594f
@ -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.
|
4
releasenotes/notes/console-support-1da6376550c48789.yaml
Normal file
4
releasenotes/notes/console-support-1da6376550c48789.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
features:
|
||||||
|
- Support to get console from bms, introduce the console API, consoleauth
|
||||||
|
manager and shellinabox console proxy.
|
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
features:
|
||||||
|
- Introduce taskflow in creation process of server, which could support to
|
||||||
|
rollback in the process of creating an server.
|
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
features:
|
||||||
|
- Add floating IP related methods, so users can associate/disassociate FIP
|
||||||
|
to their servers.
|
@ -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*.
|
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
features:
|
||||||
|
- Introduce versioned notification base, and add instances action
|
||||||
|
notification in Mogan.
|
@ -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.
|
@ -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.
|
||||||
|
@ -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.
|
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
features:
|
||||||
|
- Support to rebuild the baremetal server in Mogan. This feature allows
|
||||||
|
users to redeploy their servers.
|
Loading…
x
Reference in New Issue
Block a user