From e5270cdb9ed4722557c6526ffa0dba6e9e7994d4 Mon Sep 17 00:00:00 2001 From: Jeremy Liu Date: Fri, 25 Aug 2017 17:51:06 +0800 Subject: [PATCH] Correct module path in doc Change-Id: Ic35521b00bb7153fdf74569d225b643a27bf21c8 --- doc/source/contributor/drivers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/contributor/drivers.rst b/doc/source/contributor/drivers.rst index 934a3d5d470..412c2fa24ab 100644 --- a/doc/source/contributor/drivers.rst +++ b/doc/source/contributor/drivers.rst @@ -135,7 +135,7 @@ but no longer manage it through Cinder. To support this functionality, volume drivers must implement these methods: -.. automodule:: cinder.interface.volume_management_driver +.. automodule:: cinder.interface.volume_manageable_driver :members: :noindex: