commit | ff01668fd868add1c461cc239b73bd843c20ad9e | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Mon Nov 28 09:53:13 2016 -0800 |
committer | Scott Baker <scottb@onlab.us> | Tue Nov 29 17:08:01 2016 -0800 |
tree | eb216f11b97dddea1e5848f903e3f86938ab94d5 | |
parent | 28b358a6977c5ab0e455fd57bd4f4e384efbb90a [diff] [blame] |
pass controllerPort to VTN app Change-Id: Idc85737b9788072ae8a9438151b276a8fad7f00a
diff --git a/xos/models.py b/xos/models.py index 9833628..1c6f7bf 100644 --- a/xos/models.py +++ b/xos/models.py
@@ -40,6 +40,7 @@ ("xosUser", "padmin@vicci.org"), ("xosPassword", "letmein"), ("vtnAPIVersion", 1), + ("controllerPort", "onos-cord:6653"), )