From 1995a064db416e2dd897c4e8fbdf9f01a0a53213 Mon Sep 17 00:00:00 2001 From: James Page Date: Mon, 18 Jan 2016 18:00:37 +0000 Subject: [PATCH] Add new profile for ODL Lithium release --- hooks/odl_controller_utils.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hooks/odl_controller_utils.py b/hooks/odl_controller_utils.py index 60eb1eb..4a9ceec 100644 --- a/hooks/odl_controller_utils.py +++ b/hooks/odl_controller_utils.py @@ -26,6 +26,10 @@ PROFILES = { "odl-ovsdb-northbound", "odl-dlux-core"], "port": 8080 + }, + "openvswitch-odl-lithium": { + "feature:install": ["odl-ovsdb-openstack"], + "port": 8080 } } PROFILES["default"] = PROFILES["openvswitch-odl"]