added cinder backend
diff --git a/cinder/volume/backend/hitashi_vsp.yml b/cinder/volume/backend/hitashi_vsp.yml
new file mode 100644
index 0000000..e7aa30d
--- /dev/null
+++ b/cinder/volume/backend/hitashi_vsp.yml
@@ -0,0 +1,18 @@
+parameters:
+  cinder:
+    volume:
+      default_volume_type: hitachi_vsp
+      enabled: True
+      backend:
+        hitachi_vsp:
+          backend: hitachi_vsp
+          type_name: hitachi_vsp
+          engine: hitachi_vsp
+          version: 1.3
+          user: ${_param:cinder_storage_user}
+          password: ${_param:cinder_storage_password}
+          storage_id: ${_param:cinder_storage_id}
+          thin_pool_id: ${_param:cinder_thin_pool_id}
+          pool_id: ${_param:cinder_pool_id}
+          target_ports: ${_param:cinder_target_ports}
+          compute_target_ports: ${_param:cinder_target_compute_ports}
diff --git a/cinder/volume/single.yml b/cinder/volume/single.yml
index dd4c835..cede74c 100644
--- a/cinder/volume/single.yml
+++ b/cinder/volume/single.yml
@@ -2,5 +2,13 @@
 - service.cinder.volume.single
 parameters:
   cinder:
-    controller:
-      enabled: false
+    volume:
+      enabled: True
+      database:
+        host: ${_param:openstack_database_address}
+      glance:
+        host: ${_param:openstack_control_address}
+      message_queue:
+        host: ${_param:openstack_message_queue_address}
+      identity:
+        host: ${_param:openstack_control_address}
\ No newline at end of file