Browse code

Merge "Fix empty functions causing stack failure"

Jenkins authored on 2014/10/21 08:18:56
Showing 1 changed files
... ...
@@ -82,6 +82,7 @@ function neutron_plugin_configure_common {
82 82
 }
83 83
 
84 84
 function neutron_plugin_configure_debug_command {
85
+    :
85 86
 }
86 87
 
87 88
 function neutron_plugin_configure_dhcp_agent {
... ...
@@ -89,6 +90,7 @@ function neutron_plugin_configure_dhcp_agent {
89 89
 }
90 90
 
91 91
 function neutron_plugin_configure_l3_agent {
92
+    :
92 93
 }
93 94
 
94 95
 # Configure n1kv plugin
... ...
@@ -111,6 +113,7 @@ function _configure_n1kv_subplugin {
111 111
 }
112 112
 
113 113
 function neutron_plugin_configure_plugin_agent {
114
+    :
114 115
 }
115 116
 
116 117
 function neutron_plugin_configure_service {