Add public network to ccc

Change-Id: I5399692c3633b27ce6c0a9b47c289d5bf9c008d0
diff --git a/tcp_tests/templates/heat-cicd-pike-contrail41-sl/salt-context-cookiecutter-contrail.yaml b/tcp_tests/templates/heat-cicd-pike-contrail41-sl/salt-context-cookiecutter-contrail.yaml
index 48a601c..0e3707e 100644
--- a/tcp_tests/templates/heat-cicd-pike-contrail41-sl/salt-context-cookiecutter-contrail.yaml
+++ b/tcp_tests/templates/heat-cicd-pike-contrail41-sl/salt-context-cookiecutter-contrail.yaml
@@ -295,6 +295,11 @@
   manila_enabled: 'False'
   barbican_enabled: 'False'
   barbican_integration_enabled: 'False'
+  openstack_create_public_network: 'True'
+  openstack_public_neutron_subnet_gateway: 192.168.200.1
+  openstack_public_neutron_subnet_cidr: 192.168.200.0/24
+  openstack_public_neutron_subnet_allocation_start: 192.168.200.10
+  openstack_public_neutron_subnet_allocation_end: 192.168.200.250
   # SSL settings
   nova_vnc_tls_enabled: 'True'
   stacklight_ssl_enabled: 'True'