commit | 8498487e552880d8630b5ce3a2d2d4c641e664cd | [log] [tgz] |
---|---|---|
author | armando-migliaccio <amigliaccio@nicira.com> | Tue Jun 11 13:50:59 2013 -0700 |
committer | armando-migliaccio <amigliaccio@nicira.com> | Fri Jun 14 10:33:38 2013 -0700 |
tree | 16c7396137ae675e85b1b4b1eb41f310d573f199 | |
parent | f756470f0d3eb69668dc6fc9f0bb117d26d644d8 [diff] [blame] |
Install agent packages when running agents like DHCP or L3 This is because these agents rely on quantum agent packages as much as the L2 agent. Fixes bug #1190050 Change-Id: I8b0c5667f86b22e3727a316f7bb0500d0d0ba637
diff --git a/stack.sh b/stack.sh index 24a3d5f..4089531 100755 --- a/stack.sh +++ b/stack.sh
@@ -584,7 +584,7 @@ install_database fi -if is_service_enabled q-agt; then +if is_service_enabled quantum; then install_quantum_agent_packages fi