aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/config/docker/init/src/config/robot/robot/assets/templates/neutron_add_network.template
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes/config/docker/init/src/config/robot/robot/assets/templates/neutron_add_network.template')
-rw-r--r--kubernetes/config/docker/init/src/config/robot/robot/assets/templates/neutron_add_network.template7
1 files changed, 7 insertions, 0 deletions
diff --git a/kubernetes/config/docker/init/src/config/robot/robot/assets/templates/neutron_add_network.template b/kubernetes/config/docker/init/src/config/robot/robot/assets/templates/neutron_add_network.template
new file mode 100644
index 0000000000..36382d47f4
--- /dev/null
+++ b/kubernetes/config/docker/init/src/config/robot/robot/assets/templates/neutron_add_network.template
@@ -0,0 +1,7 @@
+{
+ "network":
+ {
+ "name": "${name}",
+ "admin_state_up": false
+ }
+} \ No newline at end of file