Open ports 443 and 80 on haproxy's firewall when horizon is standalone

Change-Id: Ifec9839ac0fc688678f0221bb731fb64bd86d2d9
This commit is contained in:
Radomir Dopieralski 2017-04-26 17:37:49 +02:00
parent 2399cb8514
commit 430e4d3128
1 changed files with 7 additions and 0 deletions

View File

@ -118,3 +118,10 @@ outputs:
tags: step1
when: httpd_enabled.rc == 0
service: name=httpd state=stopped
service_config_settings:
haproxy:
tripleo.horizon.firewall_rules:
'127 horizon':
dport:
- 80
- 443