Merge "Fix empty functions causing stack failure"
This commit is contained in:
commit
61df8580ea
@ -82,6 +82,7 @@ function neutron_plugin_configure_common {
|
||||
}
|
||||
|
||||
function neutron_plugin_configure_debug_command {
|
||||
:
|
||||
}
|
||||
|
||||
function neutron_plugin_configure_dhcp_agent {
|
||||
@ -89,6 +90,7 @@ function neutron_plugin_configure_dhcp_agent {
|
||||
}
|
||||
|
||||
function neutron_plugin_configure_l3_agent {
|
||||
:
|
||||
}
|
||||
|
||||
# Configure n1kv plugin
|
||||
@ -111,6 +113,7 @@ function _configure_n1kv_subplugin {
|
||||
}
|
||||
|
||||
function neutron_plugin_configure_plugin_agent {
|
||||
:
|
||||
}
|
||||
|
||||
function neutron_plugin_configure_service {
|
||||
|
Loading…
x
Reference in New Issue
Block a user