Only allow to enable SSL for Horizon with SSL for OSt endpoints

Change-Id: Iad75e6a5172c291212b301afaf99db850c3b425f
Related-Bug: #1544109
This commit is contained in:
Vitaly Kramskikh 2016-02-12 18:40:23 +07:00
parent 91a9a473f1
commit 558ca91a85
1 changed files with 8 additions and 6 deletions

View File

@ -1168,18 +1168,20 @@
label: "Public TLS"
weight: 110
group: "security"
horizon:
value: false
label: "HTTPS for Horizon"
description: "Secure access to Horizon enabling HTTPS instead of HTTP"
weight: 10
type: "checkbox"
services:
value: false
label: "TLS for OpenStack public endpoints"
description: "Enable TLS termination on HAProxy for OpenStack services"
weight: 10
type: "checkbox"
horizon:
value: false
label: "HTTPS for Horizon"
description: "Secure access to Horizon enabling HTTPS instead of HTTP"
weight: 20
type: "checkbox"
restrictions:
- "settings:public_ssl.services.value == false": "TLS for OpenStack public endpoints should be enabled"
cert_source:
type: "radio"
weight: 30