NSX: remove req_timeout as it's not longer used
This patch removes req_timeout from devstack as it's no longer used.
This was removed from neutron here:
Id7244cd4d9316931f4f7df1c3b41b3a894f2909a
Change-Id: Ife901479605323e32f24e11266a232fddbd6bdca
This commit is contained in:
@@ -105,9 +105,6 @@ function neutron_plugin_configure_service {
|
||||
if [[ "$NSX_PASSWORD" != "" ]]; then
|
||||
iniset /$Q_PLUGIN_CONF_FILE DEFAULT nsx_password $NSX_PASSWORD
|
||||
fi
|
||||
if [[ "$NSX_REQ_TIMEOUT" != "" ]]; then
|
||||
iniset /$Q_PLUGIN_CONF_FILE DEFAULT req_timeout $NSX_REQ_TIMEOUT
|
||||
fi
|
||||
if [[ "$NSX_HTTP_TIMEOUT" != "" ]]; then
|
||||
iniset /$Q_PLUGIN_CONF_FILE DEFAULT http_timeout $NSX_HTTP_TIMEOUT
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user