Comment 1 for bug 1020263

Revision history for this message
Evgeniy Afonichev (eafonichev) wrote :

diff --git a/stack.sh b/stack.sh
index 77ef642..490237e 100755
--- a/stack.sh
+++ b/stack.sh
@@ -1858,7 +1858,7 @@ fi

 # If cinder is enabled, use the cinder volume driver
 if is_service_enabled cinder; then
- add_nova_opt "volume_api_class=nova.volume.cinder.API"
+ add_nova_opt "volume_api_class=cinder.volume.api.API"
 fi

 # Provide some transition from EXTRA_FLAGS to EXTRA_OPTS