Browse code

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

David Lyle authored on 2016/02/10 03:01:04
Showing 1 changed files
... ...
@@ -89,7 +89,6 @@ function configure_horizon {
89 89
     cp $HORIZON_SETTINGS $local_settings
90 90
 
91 91
     _horizon_config_set $local_settings "" WEBROOT \"$HORIZON_APACHE_ROOT/\"
92
-    _horizon_config_set $local_settings "" CUSTOM_THEME_PATH \"themes/webroot\"
93 92
 
94 93
     _horizon_config_set $local_settings "" COMPRESS_OFFLINE True
95 94
     _horizon_config_set $local_settings "" OPENSTACK_KEYSTONE_DEFAULT_ROLE \"Member\"