From 73a39bf2c61c9cf4c7cf398dea4170c86d46a269 Mon Sep 17 00:00:00 2001 From: Nobuto MURATA Date: Thu, 11 Jul 2013 16:26:02 +0900 Subject: [PATCH] replace left quantum string for enable_lb writing the correct config for horizon to show LBaaS entry properly like: OPENSTACK_NEUTRON_NETWORK = { 'enable_lb': True } Change-Id: I7f522a150a3732ee734f2b818910ff92c8c73028 Fixes: bug #1200098 --- lib/horizon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/horizon b/lib/horizon index 0cc250ed6f..b537484608 100644 --- a/lib/horizon +++ b/lib/horizon @@ -106,7 +106,7 @@ function init_horizon() { # enable loadbalancer dashboard in case service is enabled if is_service_enabled q-lbaas; then - _horizon_config_set $local_settings OPENSTACK_QUANTUM_NETWORK enable_lb True + _horizon_config_set $local_settings OPENSTACK_NEUTRON_NETWORK enable_lb True fi # Initialize the horizon database (it stores sessions and notices shown to