From 7e2c7bc152441520dc6c01358b7f788b857cfe7d Mon Sep 17 00:00:00 2001 From: Jason Hobbs Date: Wed, 24 Jun 2015 14:44:45 -0500 Subject: [PATCH] Use port 8181, not 8080. --- hooks/odl_controller_hooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/odl_controller_hooks.py b/hooks/odl_controller_hooks.py index f3de4d7..c25cbef 100755 --- a/hooks/odl_controller_hooks.py +++ b/hooks/odl_controller_hooks.py @@ -39,7 +39,7 @@ def config_changed(): @hooks.hook("controller-api-relation-joined") def controller_api_joined(): - relation_set(port=8080, username="admin", password="admin") + relation_set(port=8181, username="admin", password="admin") @hooks.hook() def install():