fixed typos and reword stable api doc

fixed some typos and reword the statement for better
readability in stable_api.rst file.
also, do some enhancement on /extensions API about it
is already deprecated and no more add to it.

Change-Id: I9946d8b095b1418aedb2210ab3a22589625fd2fb
This commit is contained in:
jichenjc 2017-02-25 12:58:30 +08:00
parent caee532ff8
commit 8eea19e5ac

View File

@ -64,13 +64,11 @@ The extension is considered as two things in the Nova V2.1 API:
* The '/extensions' API * The '/extensions' API
In V2.1 API, microversions enable us to add new features in backwards- This API exposed the list of enabled API functions to users
compatible ways. And microversions not only enable us to add new futures by by GET method. However as the above, new API extensions
backwards-compatible method, also can be added by appropriate backwards- should not be added to the list of this API.
incompatible method.
The '/extensions' API is frozen in Nova V2.1 API and will be deprecated The '/extensions' API is frozen in Nova V2.1 API and is deprecated.
in the future.
* The plugin framework * The plugin framework