From 076ef7f0fbf43fd10cb30abbfdf93bb9402968a9 Mon Sep 17 00:00:00 2001 From: David Lyle Date: Tue, 9 Feb 2016 11:01:04 -0700 Subject: [PATCH] Remove CUSTOM_THEME_PATH setting Horizon now uses the WEBROOT to populate the value of $webroot in the CSS code. The CUSTOM_THEME_PATH pointing to the webroot theme to explicitly set the same value is no longer necessary. Closes-Bug: 1540801 Change-Id: Ic212796ee0905751ac3fd619bbbc902d25ea10d5 --- lib/horizon | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/horizon b/lib/horizon index dca31116e2..abc1f6d16d 100644 --- a/lib/horizon +++ b/lib/horizon @@ -89,7 +89,6 @@ function configure_horizon { cp $HORIZON_SETTINGS $local_settings _horizon_config_set $local_settings "" WEBROOT \"$HORIZON_APACHE_ROOT/\" - _horizon_config_set $local_settings "" CUSTOM_THEME_PATH \"themes/webroot\" _horizon_config_set $local_settings "" COMPRESS_OFFLINE True _horizon_config_set $local_settings "" OPENSTACK_KEYSTONE_DEFAULT_ROLE \"Member\"