Fix v2.12 microversion REST API history doc

The attribute returned in the response body is 'net_id', not
'net-id'. We should be accurate in our REST API docs.

Change-Id: I4d6a8084fd73777a7dc5ebd58a462ada0627daf4
Related-Bug: #1496664
This commit is contained in:
Matt Riedemann 2016-03-05 21:15:20 -05:00
parent cd469de28f
commit a9a0d646cf
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