From ba52e406b94c508c8ade3d23cccabe4793b46430 Mon Sep 17 00:00:00 2001 From: Hironori Shiina Date: Wed, 12 Jul 2017 13:49:13 +0900 Subject: [PATCH] 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 --- doc/source/contributor/webapi-version-history.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/source/contributor/webapi-version-history.rst b/doc/source/contributor/webapi-version-history.rst index 1c7d338a5c..e750988a3f 100644 --- a/doc/source/contributor/webapi-version-history.rst +++ b/doc/source/contributor/webapi-version-history.rst @@ -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)