Bug 1573808
Summary: | The inability to enable LbaaS in horizon | |||
---|---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | ojanas | |
Component: | openstack-tripleo-heat-templates | Assignee: | Carlos Goncalves <cgoncalves> | |
Status: | CLOSED ERRATA | QA Contact: | Alexander Stafeyev <astafeye> | |
Severity: | low | Docs Contact: | ||
Priority: | low | |||
Version: | 12.0 (Pike) | CC: | amuller, beth.white, cgoncalves, gkadam, jamsmith, jjoyce, jschluet, mburns, pkundal, slinaber, tfreger, tvignaud | |
Target Milestone: | z3 | Keywords: | OtherQA, Triaged, ZStream | |
Target Release: | 12.0 (Pike) | |||
Hardware: | Unspecified | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | openstack-tripleo-heat-templates-7.0.9-16.el7ost | Doc Type: | Bug Fix | |
Doc Text: |
To enable the neutron-lbaas dashboard:
1. Enable the dashboard in the Horizon configuration file in all controller nodes:
File: /var/lib/config-data/puppet-generated/horizon/etc/openstack-dashboard/local_settings
OPENSTACK_NEUTRON_NETWORK = {
'enable_distributed_router': False,
'enable_firewall': False,
'enable_ha_router': False,
'enable_lb': True, <----------
2. Restart the horizon container:
# docker restart horizon
A new "Load Balancers" tab will appear under the "Network" menu. The URL is http://<controller-vip>/dashboard/project/ngloadbalancersv2
|
Story Points: | --- | |
Clone Of: | ||||
: | 1574412 1607512 (view as bug list) | Environment: | ||
Last Closed: | 2018-08-20 12:59:48 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1574412, 1607512 |
Description
ojanas
2018-05-02 09:59:07 UTC
The openstack-neutron-lbaas-ui package is installed in the horizon container: [root@controller-0 heat-admin]# docker exec -ti horizon rpm -q openstack-neutron-lbaas-ui openstack-neutron-lbaas-ui-3.0.1-3.el7ost.noarch The dashboard is enabled in kolla by tripleo-heat-templates upstream [1][2]. The reason why the dashboard is not enabled in OSP 12 is due to a downstream-only patch that prevented the dashboard from being enabled to resolve rhbz #1514412 [3]. While the reason for disabling the fwaas dashboard was justified, I do not understand at this moment why it was also necessary to disable the lbaas dashboard. I will reach out to the author of that patch to clarify. [1] https://github.com/openstack/tripleo-heat-templates/blob/stable/pike/docker/services/horizon.yaml#L155 [2] https://review.openstack.org/#/c/519445/ [3] https://bugzilla.redhat.com/show_bug.cgi?id=1514412 Silly of me... Better and easier to NEEDINFO Beth Elwell. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2018:2331 |