Fix empty functions causing stack failure
This patch adds a return value to several empty functions that are causing stack.sh to fail when the Cisco Neutron plugin is enabled. Change-Id: I43987d9cc5edc53de41c27354c3a737643d1cd43 Closes-bug: 1383273
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user