Browse code

Install agent packages when running the Nicira plugin.

This is necessary because currently the plugin uses the dhcp amongst
other agents.

Fixes bug #1190057

Change-Id: If9e79de2cf547076e0cac7ac0f71c9fb7fc2758f

armando-migliaccio authored on 2013/06/12 06:09:08
Showing 1 changed files
... ...
@@ -34,8 +34,8 @@ function quantum_plugin_create_nova_conf() {
34 34
 }
35 35
 
36 36
 function quantum_plugin_install_agent_packages() {
37
-    # Nicira Plugin does not run q-agt
38
-    :
37
+    # Nicira Plugin does not run q-agt, but it currently needs dhcp and metadata agents
38
+    _quantum_ovs_base_install_agent_packages
39 39
 }
40 40
 
41 41
 function quantum_plugin_configure_common() {