Local voplume provisioner enabled on tempest node

We use PV for Tempest results storing. By default this PV
placed on the Ceph cluster. When we deploy environment
without Ceph backend we have to use loval PV for this purpose

Related-Prod: PRODX-31405
Change-Id: I29005cded729a721a54d1015e1226868493c4d44
diff --git a/de/heat-templates/top.yaml b/de/heat-templates/top.yaml
index dbc47ec..6bef70d 100644
--- a/de/heat-templates/top.yaml
+++ b/de/heat-templates/top.yaml
@@ -271,7 +271,7 @@
     default: {}
   tsrv_metadata:
     type: json
-    default: {"labels": {"tempest": "enabled", "stepler": "enabled"}}
+    default: {"labels": {"tempest": "enabled", "stepler": "enabled", "local-volume-provisioner": "enabled"}}
   ucp_flavor:
     type: string
     default: 'mosk.s.ucp'