Browse code

Merge "Support Router Advertisement Daemon (radvd) for IPv6"

Jenkins authored on 2014/08/08 00:05:37
Showing 4 changed files
... ...
@@ -23,3 +23,4 @@ rabbitmq-server # NOPRIME
23 23
 qpidd # NOPRIME
24 24
 sqlite3
25 25
 vlan
26
+radvd # NOPRIME
... ...
@@ -20,6 +20,7 @@ rabbitmq-server # NOPRIME
20 20
 sqlite3
21 21
 sudo
22 22
 vlan
23
+radvd # NOPRIME
23 24
 
24 25
 # FIXME: qpid is not part of openSUSE, those names are tentative
25 26
 python-qpid # NOPRIME
... ...
@@ -22,3 +22,4 @@ rabbitmq-server # NOPRIME
22 22
 qpid-cpp-server        # NOPRIME
23 23
 sqlite
24 24
 sudo
25
+radvd # NOPRIME
... ...
@@ -492,6 +492,10 @@ function install_neutronclient {
492 492
 
493 493
 # install_neutron_agent_packages() - Collect source and prepare
494 494
 function install_neutron_agent_packages {
495
+    # radvd doesn't come with the OS. Install it if the l3 service is enabled.
496
+    if is_service_enabled q-l3; then
497
+        install_package radvd
498
+    fi
495 499
     # install packages that are specific to plugin agent(s)
496 500
     if is_service_enabled q-agt q-dhcp q-l3; then
497 501
         neutron_plugin_install_agent_packages