← Back to team overview

openstack team mailing list archive

Re: Load Balancing Horizon

 

From:  Robert van Leeuwen <Robert.vanLeeuwen@xxxxxxxxxxxxx>
Date:  Thursday, February 28, 2013 9:33 AM
To:  "openstack@xxxxxxxxxxxxxxxxxxx" <openstack@xxxxxxxxxxxxxxxxxxx>
Subject:  Re: [Openstack] Load Balancing Horizon


> I've read Deploying Horizon [1] and I had a few high-level questions for
>you about load balancing Horizon.
> 1. Do you have any suggestions or recommendations for load balancing
>Horizon?
> 2. Are there any gotchas?
> 3. Can you more or less just load balance it like any other web app?

Yes you can load balance it like any webpage.

Only gotcha is the vncproxy, it uses websockets that might be problematic
for level 7 loadbalancers.
If you use tcp loadbalancing you should be fine though.

---

I'm having trouble getting Horizon (Folsom Stable) to point to Keystone at
another IP. All I should have to do is

vim openstack_dashboard/local/local_settings.py
  OPENSTACK_HOST = "123.123.123.123"
sudo /etc/init.d/apache2 restart

Correct?

But the login page reads,

  An error occurred authenticating. Please try again later.

I dropped the Horizon DB and recreated it but that didn't help. Nothing
helpful in /var/log/apache2/horizon_error.log or
/var/log/apache2/horizon_access.log either.

Am I missing something obvious?

Thanks,
Everett



Follow ups

References