Ability to set lock_path

PROD-34037

Change-Id: I9589d06dff5634afe08402576ecf27573310ee7b
diff --git a/tests/pillar/server_cluster.sls b/tests/pillar/server_cluster.sls
index 3905557..ea7a92f 100644
--- a/tests/pillar/server_cluster.sls
+++ b/tests/pillar/server_cluster.sls
@@ -1,4 +1,7 @@
 manila:
+  common:
+    concurrency:
+      lock_path: '/var/lock/manila'
   api:
     region: RegionOne
     enabled: true
@@ -53,8 +56,6 @@
           share_name_template: share-%s
           rootwrap_config: '/etc/manila/rootwrap.conf'
           api_paste_config: '/etc/manila/api-paste.ini'
-        oslo_concurrency:
-          lock_path: '/var/lock/manila'
 apache:
   server:
     enabled: true