Revise feature items

This patch revises FEATURES.rst to add an item about
profile/policy versioning support. It also removes two
items that have been in progress/finished.

Change-Id: I7a2779b05f27e50e4de4dd0a75b18edbf842dc32
This commit is contained in:
yanyanhu 2016-09-08 01:55:46 -04:00
parent 705ad770e9
commit 0bcf3874bd

View File

@ -19,14 +19,6 @@ before being worked on.
High Priority
-------------
API versioning support
^^^^^^^^^^^^^^^^^^^^^^
This support can help to improve the stability and compatibility of Senlin API
interface. We can learn some experience from what Nova has done for providing
API version control.
Container Clustering
^^^^^^^^^^^^^^^^^^^^
@ -52,6 +44,14 @@ sources such as Ceilometer, Nova, or Zaqar.
This is of a high priority because Senlin needs it as one of its HA solutions.
Profile/Policy versioning support
^^^^^^^^^^^^^^^^^^^^^^
Profile/Policy schema could vary over time for properties being added or
deprecated. Versioning support is important for keeping backward
compatibility when profile/policy evolve.
Scavenger Process
^^^^^^^^^^^^^^^^^
@ -143,14 +143,6 @@ Using Senlin to manage Container/Docker cluster is possible. We should
provide related support for users who have this requirement.
Versioned Object Support
^^^^^^^^^^^^^^^^^^^^^^^^
oslo.versionedobjects is a lib provides a generic versioned object model that
is RPC-friendly, with inbuilt serialization, field typing, and remotable method
calls. We can use it to promote the upgrading capatibility of Senlin service.
------------
Low Priority