Add Driver API change in 1.33 to history

API Version 1.33 introduced fields related to storage interface to
Driver API as well as Node API. This patch adds missing description
for Driver API to REST API Version History documentation.

Change-Id: I2fd0709865adc1d02cf3800aa11497d97ab0b14b
Partial-Bug: #1559691
This commit is contained in:
Hironori Shiina 2017-07-12 13:49:13 +09:00 committed by Ruby Loo
parent 39c8779716
commit ba52e406b9
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ REST API Version History
Added ``storage_interface`` field to the node object to allow getting and
setting the interface.
Also added ``default_storage_interface`` and ``enabled_storage_interfaces``
fields to the driver object to show the information.
**1.32** (Pike)