Merge "Fix v2.12 microversion REST API history doc"

This commit is contained in:
Jenkins 2016-03-08 14:09:41 +00:00 committed by Gerrit Code Review
commit 4c18867424
2 changed files with 3 additions and 3 deletions

View File

@ -52,7 +52,7 @@ REST_API_VERSION_HISTORY = """REST API Version History:
* 2.10 - Allow admins to query, create and delete keypairs owned by any
user.
* 2.11 - Exposes forced_down attribute for os-services
* 2.12 - Exposes VIF net-id in os-virtual-interfaces
* 2.12 - Exposes VIF net_id in os-virtual-interfaces
* 2.13 - Add project id and user id information for os-server-groups API
* 2.14 - Remove onSharedStorage from evacuate request body and remove
adminPass from the response body

View File

@ -127,8 +127,8 @@ user documentation.
2.12 (Maximum in Liberty)
-------------------------
Exposes VIF ``net-id`` attribute in ``os-virtual-interfaces``.
User will be able to get Virtual Interfaces ``net-id`` in Virtual Interfaces
Exposes VIF ``net_id`` attribute in ``os-virtual-interfaces``.
User will be able to get Virtual Interfaces ``net_id`` in Virtual Interfaces
list and can determine in which network a Virtual Interface is plugged into.
2.13