diff --git a/puppet/services/opendaylight-api.yaml b/puppet/services/opendaylight-api.yaml index b09b019c1e..edee25175a 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-dlux-core","odl-jolokia"] + default: ["odl-netvirt-openstack","odl-jolokia"] OpenDaylightApiVirtualIP: type: string default: '' diff --git a/releasenotes/notes/remove-odl-dlux-gui-4728de06c973cd53.yaml b/releasenotes/notes/remove-odl-dlux-gui-4728de06c973cd53.yaml new file mode 100644 index 0000000000..c6b6c80970 --- /dev/null +++ b/releasenotes/notes/remove-odl-dlux-gui-4728de06c973cd53.yaml @@ -0,0 +1,6 @@ +--- +deprecations: + - | + odl-dlux-all feature for OpenDaylight is no longer supported and removed + from default installed OpenDaylightFeatures. See + https://bugs.launchpad.net/tripleo/+bug/1751857