Removes odl-dlux-gui feature for ODL

The GUI feature is no longer supported with ODL and needs to be removed.
We relied on the URL provided by this feature in order to run our docker
healtcheck, which is modified in the depends-on patch to a new URI.

Depends-On: I2f33d2cf6a96005ef1d18468a8d2fcc71b17b6f8

Related-Bug: 1751857

Change-Id: I762789e65913b4f653bbf9019b5d3d05903912f1
Signed-off-by: Tim Rozet <trozet@redhat.com>
(cherry picked from commit f51f533679)
This commit is contained in:
Tim Rozet 2018-04-11 15:52:47 -04:00
parent 06a2ce4958
commit a51fa30dce
2 changed files with 7 additions and 1 deletions

View File

@ -24,7 +24,7 @@ parameters:
OpenDaylightFeatures: OpenDaylightFeatures:
description: List of features to install with ODL description: List of features to install with ODL
type: comma_delimited_list type: comma_delimited_list
default: ["odl-netvirt-openstack","odl-dlux-core","odl-jolokia"] default: ["odl-netvirt-openstack","odl-jolokia"]
OpenDaylightApiVirtualIP: OpenDaylightApiVirtualIP:
type: string type: string
default: '' default: ''

View File

@ -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