aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/config/docker/init/src/config/robot/robot/assets/templates/neutron_add_subnet.template
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes/config/docker/init/src/config/robot/robot/assets/templates/neutron_add_subnet.template')
-rw-r--r--kubernetes/config/docker/init/src/config/robot/robot/assets/templates/neutron_add_subnet.template8
1 files changed, 8 insertions, 0 deletions
diff --git a/kubernetes/config/docker/init/src/config/robot/robot/assets/templates/neutron_add_subnet.template b/kubernetes/config/docker/init/src/config/robot/robot/assets/templates/neutron_add_subnet.template
new file mode 100644
index 0000000000..5a4264f8cc
--- /dev/null
+++ b/kubernetes/config/docker/init/src/config/robot/robot/assets/templates/neutron_add_subnet.template
@@ -0,0 +1,8 @@
+{
+ "subnet": {
+ "network_id": "${network_id}",
+ "ip_version": 4,
+ "name":"${subnet_name}",
+ "cidr": "${cidr}"
+ }
+} \ No newline at end of file