Merge "doc: minor corrections to the API version docco"

This commit is contained in:
Jenkins 2016-01-22 13:13:37 +00:00 committed by Gerrit Code Review
commit d8b47767ac
1 changed files with 6 additions and 7 deletions

View File

@ -85,18 +85,17 @@ links and MIME types to available versions.
] ]
} }
The API with ``CURRENT`` status is the newest API and continue improved by the The API with ``CURRENT`` status is the newest API and continues to be improved by the
Nova project. The API with ``SUPPORTED`` is the old API and new features is Nova project. The API with ``SUPPORTED`` status is the old API, where new features are
frozen. The API with ``DEPRECATED`` status is the API will be removed in the frozen. The API with ``DEPRECATED`` status is the API that will be removed in the
foreseeable future. Providers should work with developers and partners to foreseeable future. Providers should work with developers and partners to
ensure there is adequate time to migrate to the new version before deprecated ensure there is adequate time to migrate to the new version before deprecated
versions are discontinued. For any API which is under development and didn't versions are discontinued. For any API which is under development but isn't
release yet, the API status is ``EXPERIMENTAL``. released as yet, the API status is ``EXPERIMENTAL``.
Your application can programmatically determine available API versions Your application can programmatically determine available API versions
by performing a **GET** on the root URL (i.e. with the version and by performing a **GET** on the root URL (i.e. with the version and
everything to the right of it truncated) returned from the everything following that truncated) returned from the authentication system.
authentication system.
You can also obtain additional information about a specific version by You can also obtain additional information about a specific version by
performing a **GET** on the base version URL (such as, performing a **GET** on the base version URL (such as,