~jason-hobbs/charms/trusty/odl-controller/use-port-8181

« back to all changes in this revision

Viewing changes to hooks/odl_controller_hooks.py

  • Committer: Robert Ayres
  • Date: 2015-03-16 19:56:22 UTC
  • Revision ID: robert.ayres@canonical.com-20150316195622-d050tnv6h39ho1t9
Change server timeout to 2 mins (courtesy of narindergupta)

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
    # install features
62
62
    write_mvn_config()
63
63
    service_start("odl-controller")
64
 
    check_call(["/opt/opendaylight-karaf/bin/client", "-r", "31",
 
64
    check_call(["/opt/opendaylight-karaf/bin/client", "-r", "61",
65
65
                "feature:install", "odl-base-all", "odl-aaa-authn",
66
66
                "odl-restconf", "odl-nsf-all", "odl-adsal-northbound",
67
67
                "odl-mdsal-apidocs", "odl-ovsdb-openstack",