fix path to ibm svc driver
diff --git a/cinder/files/kilo/cinder.conf.controller.Debian b/cinder/files/kilo/cinder.conf.controller.Debian
index c8741ca..fed7693 100644
--- a/cinder/files/kilo/cinder.conf.controller.Debian
+++ b/cinder/files/kilo/cinder.conf.controller.Debian
@@ -100,7 +100,7 @@
{%- for type in controller.get('types', []) %}
[{{ type.name }}]
-volume_driver = cinder.volume.drivers.storwize_svc.StorwizeSVCDriver
+volume_driver = cinder.volume.drivers.ibm.storwize_svc.StorwizeSVCDriver
volume_backend_name={{ type.name }}
san_ip={{ controller.storage.host }}
san_ssh_port={{ controller.storage.port }}
diff --git a/cinder/files/kilo/cinder.conf.volume.Debian b/cinder/files/kilo/cinder.conf.volume.Debian
index d851c02..1ea94ed 100644
--- a/cinder/files/kilo/cinder.conf.volume.Debian
+++ b/cinder/files/kilo/cinder.conf.volume.Debian
@@ -109,7 +109,7 @@
{%- for type in volume.get('types', []) %}
[{{ type.name }}]
-volume_driver = cinder.volume.drivers.storwize_svc.StorwizeSVCDriver
+volume_driver = cinder.volume.drivers.ibm.storwize_svc.StorwizeSVCDriver
volume_backend_name={{ type.name }}
san_ip={{ volume.storage.host }}
san_ssh_port={{ volume.storage.port }}