Merge "Remove unused variable"

This commit is contained in:
Jenkins 2015-07-28 09:04:46 +00:00 committed by Gerrit Code Review
commit e0eb1a159f

View File

@ -999,7 +999,6 @@ function _configure_neutron_dhcp_agent {
} }
function _configure_neutron_l3_agent { function _configure_neutron_l3_agent {
local cfg_file
Q_L3_ENABLED=True Q_L3_ENABLED=True
# for l3-agent, only use per tenant router if we have namespaces # for l3-agent, only use per tenant router if we have namespaces
Q_L3_ROUTER_PER_TENANT=$Q_USE_NAMESPACE Q_L3_ROUTER_PER_TENANT=$Q_USE_NAMESPACE