Commit Graph

11 Commits

Author SHA1 Message Date
liusheng ddcdfad9be Add versioned notifications of rebuild server action
This change add the implememtation of versioned notifications of server
rebuild action.

- Add notification for server.rebuild.end event
- Add notification for server.rebuild.error event
- Add notification for server.rebuild.start event

Change-Id: If168a95dc090f18e6464a03e5ceec9978b2c2df2
2017-11-24 08:53:22 +08:00
Zhenguo Niu 448556bab0 Remove 'locked' from server object
locked_by can be used to check the lock status, there's no
need to keep locked field.

Change-Id: I3761ab710cf67d56163a39add4c51ee48f940a36
Closes-Bug: #1727944
2017-10-28 09:44:04 +08:00
liusheng 10c429e08a [DOC] Add contributor guide for versioned notification
Change-Id: I79a2842bf31d6b8f6f697e4bdc980db959efa7cc
2017-09-22 09:24:57 +08:00
liusheng d3d72d4b19 Enrich the payload of notifications of server creation
Change-Id: Ic86ae41bbb8fcfaac0ea82b9ac2427066412ff42
2017-09-14 09:54:42 +08:00
liusheng 7d0f8ab360 Rename instance to server and instance type to flavor
Change-Id: I35a7fb0b4f3fa9e09f2fc2c739c0a9b39a8576ab
2017-04-28 14:23:22 +08:00
Zhenguo Niu 8cfef9cd82 Change to use mock assert_not_called()
Change-Id: I142c857a3150dd9887dd11eb7d907ef404acf488
2017-03-24 17:59:57 +08:00
Zhenguo Niu 15359acb73 Add power_state to InstancePayLoad
As we have added power_state to instance, it should be added to
notifications

Change-Id: I0448643fc5671f8fc173d4ae23c9d4fd63f62783
2017-02-03 17:20:37 +08:00
liusheng a8669225ff Add version tests for versioned notification class
Change-Id: Ia85db7b7151be7674ae69278ebc8a727d0d460cb
Partially-Implements: bp support-versioned-notification
2017-01-13 07:30:54 +00:00
liusheng b9b2da6be6 Versioned notification: Add instance action notification base
This change added the base of instance action notifications.

Partially-Implements: bp support-versioned-notification
Change-Id: Ia96cc378c0e2f0d50178bc4665c4ca4905b15563
2017-01-13 07:30:13 +00:00
Zhenguo Niu e508d77796 Rename nimble to mogan (5)
This will clean up all things

Change-Id: I57682cbeb62e03f3bf65359729136362c35d69fc
2017-01-05 11:53:30 +08:00
sxmatch 4fd1aab5b3 Rename nimble to mogan(part three)
This part includes codes folder renaming.

Co-Authored-By: Zhenguo Niu <Niu.ZGlinux@gmail.com>

Change-Id: I919f17a769baee44ce19f65bab900f9d6bd8b982
2017-01-04 22:53:39 +08:00