[docs] Documentation: Configure Horizon on HTTPS

Bug #1487520 reported by Vlad Okhrimenko
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Fuel for OpenStack
Won't Fix
Medium
Fuel Documentation Team

Bug Description

Hi! please add change to the documentation https://docs.mirantis.com/openstack/fuel/fuel-6.1/operations.html#howto-configure-horizon-on-https

4 On every Controller

in /etc/apache2/ports.conf
add
Listen 443
NameVirtualHost *:443

5 In the template for Ubuntu need replace all line with

ServerName openstack.example.com --> ServerName node-*XX*.domain.tld
RedirectPermanent / https://openstack.example.com --> RedirectPermanent / https://node-*XX*.domain.tld
RedirectMatch permanent ^/$ /dashboard --> RedirectMatch permanent ^/$ /horizon
ServerAlias node-1.domain.tld --> ServerAlias node-*XX*.domain.tld

remove the line WSGIDaemonProcess dashboard group=apache processes=2 threads=9 user=apache

7 In the section frontend horizon-ssl need change

  mode http --> mode tcp

8 Replace command for restarting HAProxy:

remove
service haproxy restart
add
pcs resource disable clone_p_haproxy
pcs resource enable clone_p_haproxy

Tags: area-docs
Changed in fuel:
assignee: nobody → Fuel Documentation Team (fuel-docs)
Changed in fuel:
status: New → Confirmed
Changed in fuel:
milestone: none → 7.0
importance: Undecided → Medium
Changed in fuel:
milestone: 7.0 → 6.1-updates
tags: added: area-docs
Changed in fuel:
status: Confirmed → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.