Merge branch 'add_1_0' of https://github.com/Mirantis/tcp-qa into add_1_0
diff --git a/tcp_tests/templates/underlay/virtual-mcp10-ovs.yaml b/tcp_tests/templates/underlay/virtual-mcp10-ovs.yaml
index f181a36..f232616 100644
--- a/tcp_tests/templates/underlay/virtual-mcp10-ovs.yaml
+++ b/tcp_tests/templates/underlay/virtual-mcp10-ovs.yaml
@@ -108,13 +108,13 @@
         l2_network_devices:
           private:
             address_pool: private-pool01
-            dhcp: false
-            forward:
-              mode: nat
+            dhcp: true
 
           admin:
             address_pool: admin-pool01
             dhcp: true
+            forward:
+              mode: nat
 
           tenant:
             address_pool: tenant-pool01