commit | 6667ddc8af6a412c68a6d833c6a6290c7184322c | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Tue Oct 20 22:12:51 2015 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Tue Oct 20 22:12:51 2015 -0700 |
tree | 725f2eae6f5ebac661aa5c0b2be58a56ad0c5fdb | |
parent | afa48eb45f2fb0845d514b67d2d3e103375e1392 [diff] |
remove the vbng service's default url
diff --git a/xos/cord/models.py b/xos/cord/models.py index d55ff2d..26d7d24 100644 --- a/xos/cord/models.py +++ b/xos/cord/models.py
@@ -689,7 +689,7 @@ class VBNGService(Service): KIND = VBNG_KIND - simple_attributes = ( ("vbng_url", "http://10.0.3.136:8181/onos/virtualbng/"), ) + simple_attributes = ( ("vbng_url", ""), ) # "http://10.0.3.136:8181/onos/virtualbng/" class Meta: app_label = "cord"