Adding possibility to switch off hardcoded compute_node_address
parameter or override it.

If customer uses tenant network for compute nodes communication to
controlplane in OC 3.2, compute_node_address may break configuration
of a vrouter and prevent vrouter from start when switching vrouter
from discovery method to static.

Prod-Related: PROD-35730
Change-Id: I1d611b0b014e3fc671477f8131fd7e2990dbb432
diff --git a/tests/pillar/vrouter.sls b/tests/pillar/vrouter.sls
index b3aa040..abfacb1 100644
--- a/tests/pillar/vrouter.sls
+++ b/tests/pillar/vrouter.sls
@@ -24,6 +24,8 @@
   compute:
     version: 4.1
     enabled: True
+    node_address:
+      enabled: false
     collector:
       members:
       - host: 127.0.0.1