From 59db786ec36a5e6493e917e93cf5dd0e23014281 Mon Sep 17 00:00:00 2001 From: Lucas Alvares Gomes Date: Fri, 23 Jun 2017 16:14:29 +0100 Subject: [PATCH] Remove DevStack workaround This is not needed anymore since DevStack has been fixed. Change-Id: I3c3237d3bba4664abf5562c1272e9bd233444140 Depends-On: Ib5a8ffe63eaec15bc29bfdd133db7169507bab82 --- devstack/override-defaults | 4 ---- 1 file changed, 4 deletions(-) diff --git a/devstack/override-defaults b/devstack/override-defaults index d590f0b51..a711e479a 100644 --- a/devstack/override-defaults +++ b/devstack/override-defaults @@ -6,10 +6,6 @@ Q_ML2_TENANT_NETWORK_TYPE=${Q_ML2_TENANT_NETWORK_TYPE:-"geneve"} Q_ML2_PLUGIN_GENEVE_TYPE_OPTIONS=${Q_ML2_PLUGIN_GENEVE_TYPE_OPTIONS:-"vni_ranges=1:65536"} ML2_L3_PLUGIN="networking_ovn.l3.l3_ovn.OVNL3RouterPlugin" -# FIXME(Dongj): Workaround for gate failure, this will be removed after -# https://bugs.launchpad.net/devstack/+bug/1698129 is fixed -AGENT_BINARY=${AGENT_BINARY:-"/bin/false"} - # This function is invoked by DevStack's Neutron plugin setup # code and is being overridden here since the OVN devstack # plugin will handle the install.