summaryrefslogtreecommitdiffstats
path: root/framework/scripts/installer/onos_cluster/templates/ml2_conf.sh
diff options
context:
space:
mode:
Diffstat (limited to 'framework/scripts/installer/onos_cluster/templates/ml2_conf.sh')
-rwxr-xr-xframework/scripts/installer/onos_cluster/templates/ml2_conf.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/framework/scripts/installer/onos_cluster/templates/ml2_conf.sh b/framework/scripts/installer/onos_cluster/templates/ml2_conf.sh
deleted file mode 100755
index a9e61acb..00000000
--- a/framework/scripts/installer/onos_cluster/templates/ml2_conf.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-cat <<EOT>> /etc/neutron/plugins/ml2/ml2_conf.ini
-[onos]
-password = admin
-username = admin
-url_path = http://{{ ip_settings[groups['onos'][0]]['mgmt']['ip'] }}:8181/onos/vtn
-EOT
-