~narindergupta/charms/trusty/odl-controller/enabledsfc

« back to all changes in this revision

Viewing changes to hooks/odl_controller_utils.py

  • Committer: James Page
  • Date: 2016-01-18 18:00:37 UTC
  • Revision ID: james.page@canonical.com-20160118180037-oaed48p2p0pawe0u
Add new profile for ODL Lithium release

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
                            "odl-ovsdb-northbound",
27
27
                            "odl-dlux-core"],
28
28
        "port": 8080
 
29
    },
 
30
    "openvswitch-odl-lithium": {
 
31
        "feature:install": ["odl-ovsdb-openstack"],
 
32
        "port": 8080
29
33
    }
30
34
}
31
35
PROFILES["default"] = PROFILES["openvswitch-odl"]