Remove stx branding from containerized horizon

Change-Id: I38ab801756bee2d8ef8d655f2d3566faffb872b7
Story: 2004751
Task: 30805
Signed-off-by: Tyler Smith <tyler.smith@windriver.com>
This commit is contained in:
Tyler Smith 2019-05-13 10:59:41 -04:00
parent 6cb5df8520
commit 824e47e081
2 changed files with 1 additions and 10 deletions

View File

@ -1,3 +1,3 @@
SRC_DIR="stx-openstack-helm"
COPY_LIST_TO_TAR="$PKG_BASE/../../../helm-charts/garbd"
TIS_PATCH_VER=13
TIS_PATCH_VER=14

View File

@ -2847,15 +2847,6 @@ data:
" [%(method)s %(request_url)s %(http_status)s]"
" parameters:[%(param)s] message:[%(message)s]"),
}
# StarlingX Branding Configuration
SITE_BRANDING = "StarlingX"
AVAILABLE_THEMES = [
('default', 'Default', 'themes/default'),
('material', 'Material', 'themes/material'),
('starlingx', 'StarlingX', 'themes/starlingx'),
]
DEFAULT_THEME = 'starlingx'
# Custom Theme Override
for root, dirs, files in os.walk('/opt/branding/applied'):