Horizon link is broken on Fuel dashboard
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Confirmed
|
High
|
Fuel Library (Deprecated) | ||
6.1.x |
Confirmed
|
High
|
Fuel Library (Deprecated) |
Bug Description
After successful development Fuel dashboard has broken link to Horizon: 172.16.53.66 when in fact it is available at 172.16.53.68
Fuel 6.1
Build: 217
Steps to reproduce:
- create environment: Ubuntu, multi-node, Neutron GRE
- add nodes: 1 controller, 3 compute
- make 10G interfaces bonding on all computes with 802.2 LACP option
Files on Controller node containing record "172.16.53.66":
/etc/hiera/
/etc/primary-
/etc/nova/nova.conf
/etc/heat/heat.conf
/etc/haproxy/
/etc/haproxy/
/etc/haproxy/
/etc/haproxy/
/etc/haproxy/
/etc/haproxy/
/etc/haproxy/
/etc/haproxy/
/etc/haproxy/
/etc/haproxy/
/etc/haproxy/
/etc/haproxy/
Files on Controller node containing record "172.16.53.68":
/etc/hiera/
/etc/hiera/
/etc/primary-
/etc/network/
/etc/iptables/
Changed in fuel: | |
importance: | Undecided → Medium |
172.16.53.66 is your public_vip where Haproxy provides frontend for Horizon controller) IP
172.16.53.68 is node-8 (primary-
Fuel provides link to Horizon using public_vip, so it gave you correct link. According to haproxy log Horizon backend was up and running:
2015-03- 23T18:03: 33.859527+ 00:00 notice: Server horizon/node-8 is UP, reason: Layer7 check passed, code: 200, info: "OK", check duration: 0ms. 1 active and 0 backup servers online. 0 sessions requeued, 0 total in queue.
So Horizon should be available via http:// 172.16. 53.66/ on your env. Please double-check and if still no luck please provide more detailed problem desciption including exact error message you're getting while accessing Horizon link.