Enable radvd to start as a side cart container by default

Radvd was set not to start by default due to very old RHEL 7 bug.
Now that this bug is no longer an issue, make radvd to start by default
again.

Depends-on: https://review.opendev.org/#/c/897336
Change-Id: Id3239faa35484e387b11c23e795ed28ce9e7d2b7
This commit is contained in:
Miro Tomaska 2023-10-02 15:40:58 -04:00
parent e3b0a57041
commit cd6e0073c8

@ -43,12 +43,9 @@ parameters:
type: boolean
default: true
NeutronEnableRadvdDockerWrapper:
description: Generate a wrapper script so neutron launches radvd in a separate container. Note
that is currently disabled by default pending availability of a fix to radvd
(see https://bugzilla.redhat.com/show_bug.cgi?id=1564391). It will be enabled by default
once the fix to radvd is generally available across target distributions.
description: Generate a wrapper script so neutron launches radvd in a separate container.
type: boolean
default: false
default: true
Debug:
type: boolean
default: false