From fca7d22742df82fc6e502b17ad45ebc11c0ba89b Mon Sep 17 00:00:00 2001 From: Michael Polenchuk Date: Fri, 6 Oct 2017 12:09:36 +0400 Subject: Update opendaylight version to nitrogen * use pseudo agentdb port binding controller instead of the deprecated network topology one * disable superfluous l2population mechanism driver * tidy up the duplicated haproxy neutron listen opts * straighten karaf features list * update jetty config Change-Id: Ifacf8de11eb56ab72df13a312151a510b280dea2 Signed-off-by: Michael Polenchuk --- mcp/config/states/opendaylight | 1 + 1 file changed, 1 insertion(+) (limited to 'mcp/config/states') diff --git a/mcp/config/states/opendaylight b/mcp/config/states/opendaylight index bee4c8586..e1ec1982f 100755 --- a/mcp/config/states/opendaylight +++ b/mcp/config/states/opendaylight @@ -3,4 +3,5 @@ set -x salt -I 'opendaylight:server' state.sls opendaylight salt -I 'opendaylight:client' state.sls opendaylight.client +salt -I 'opendaylight:client' cmd.run 'neutron-odl-ovs-hostconfig --noovs_dpdk' salt -I 'neutron:server' state.sls opendaylight.client -- cgit 1.2.3-korg