Merge lp:~jason-hobbs/charms/trusty/odl-controller/use-port-8181 into lp:~sdn-charmers/charms/trusty/odl-controller/trunk

Proposed by Jason Hobbs
Status: Merged
Merged at revision: 4
Proposed branch: lp:~jason-hobbs/charms/trusty/odl-controller/use-port-8181
Merge into: lp:~sdn-charmers/charms/trusty/odl-controller/trunk
Diff against target: 12 lines (+1/-1)
1 file modified
hooks/odl_controller_hooks.py (+1/-1)
To merge this branch: bzr merge lp:~jason-hobbs/charms/trusty/odl-controller/use-port-8181
Reviewer Review Type Date Requested Status
Liam Young (community) Approve
Review via email: mp+262902@code.launchpad.net

Commit message

Use port 8181 for accessing the controller's API, not port 8080.

Description of the change

I don't know if it used to be different, but the REST API is on 8181 now. I tested this and was able to create a network successfully.

To post a comment you must log in.
Revision history for this message
Liam Young (gnuoy) wrote :

approve

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'hooks/odl_controller_hooks.py'
2--- hooks/odl_controller_hooks.py 2015-03-16 19:56:22 +0000
3+++ hooks/odl_controller_hooks.py 2015-06-24 19:49:17 +0000
4@@ -39,7 +39,7 @@
5
6 @hooks.hook("controller-api-relation-joined")
7 def controller_api_joined():
8- relation_set(port=8080, username="admin", password="admin")
9+ relation_set(port=8181, username="admin", password="admin")
10
11 @hooks.hook()
12 def install():

Subscribers

People subscribed via source and target branches

to all changes: