Unhardcode AZ

Related-Prod: PRODX-3456

Change-Id: I219229c61dcc887e3cd59ffdc256cb29067a68f5
diff --git a/de/heat-templates/fragments/SrvInstancesVMCephOSD.yaml b/de/heat-templates/fragments/SrvInstancesVMCephOSD.yaml
index e5b4d9a..f9c2ce9 100644
--- a/de/heat-templates/fragments/SrvInstancesVMCephOSD.yaml
+++ b/de/heat-templates/fragments/SrvInstancesVMCephOSD.yaml
@@ -114,6 +114,9 @@
   num_volumes:
     type: number
     default: 0
+  availability_zone:
+    type: string
+    default: nova
 
 resources:
 
@@ -185,7 +188,7 @@
       image: { get_param: image }
       flavor: { get_param: flavor }
       key_name: { get_param: key_name }
-      availability_zone: nova
+      availability_zone: { get_param: availability_zone }
       networks:
         - port: { get_resource: accessible_server_port }
         - port: { get_resource: private_floating_server_port }