diff --git a/puppet/services/opendaylight-api.yaml b/puppet/services/opendaylight-api.yaml index af27aab5f3..c6a1cecb70 100644 --- a/puppet/services/opendaylight-api.yaml +++ b/puppet/services/opendaylight-api.yaml @@ -24,7 +24,7 @@ parameters: OpenDaylightFeatures: description: List of features to install with ODL type: comma_delimited_list - default: ["odl-netvirt-openstack","odl-netvirt-ui","odl-jolokia"] + default: ["odl-netvirt-openstack","odl-dlux-core","odl-jolokia"] OpenDaylightApiVirtualIP: type: string default: '' diff --git a/releasenotes/notes/fix-odl-gui-feature-6525b8c6807fb784.yaml b/releasenotes/notes/fix-odl-gui-feature-6525b8c6807fb784.yaml new file mode 100644 index 0000000000..0c1c6e12f9 --- /dev/null +++ b/releasenotes/notes/fix-odl-gui-feature-6525b8c6807fb784.yaml @@ -0,0 +1,5 @@ +--- +fixes: + - | + Fixes GUI feature loaded into OpenDaylight, which fixes the GUI as well + as the URL used for Docker healthcheck.