Merge "Support Router Advertisement Daemon (radvd) for IPv6"
This commit is contained in:
commit
4407315ae9
@ -23,3 +23,4 @@ rabbitmq-server # NOPRIME
|
||||
qpidd # NOPRIME
|
||||
sqlite3
|
||||
vlan
|
||||
radvd # NOPRIME
|
||||
|
@ -20,6 +20,7 @@ rabbitmq-server # NOPRIME
|
||||
sqlite3
|
||||
sudo
|
||||
vlan
|
||||
radvd # NOPRIME
|
||||
|
||||
# FIXME: qpid is not part of openSUSE, those names are tentative
|
||||
python-qpid # NOPRIME
|
||||
|
@ -22,3 +22,4 @@ rabbitmq-server # NOPRIME
|
||||
qpid-cpp-server # NOPRIME
|
||||
sqlite
|
||||
sudo
|
||||
radvd # NOPRIME
|
||||
|
@ -492,6 +492,10 @@ function install_neutronclient {
|
||||
|
||||
# install_neutron_agent_packages() - Collect source and prepare
|
||||
function install_neutron_agent_packages {
|
||||
# radvd doesn't come with the OS. Install it if the l3 service is enabled.
|
||||
if is_service_enabled q-l3; then
|
||||
install_package radvd
|
||||
fi
|
||||
# install packages that are specific to plugin agent(s)
|
||||
if is_service_enabled q-agt q-dhcp q-l3; then
|
||||
neutron_plugin_install_agent_packages
|
||||
|
Loading…
Reference in New Issue
Block a user