Add comment on auto-SSL cert generation

Fixes: #4830

Signed-off-by: Philip Brown <phil@bolthole.com>
pull/4863/head
Philip Brown 2019-12-09 18:20:16 +00:00 committed by Guillaume Abrioux
parent 68c6f39349
commit 9021c29b61
3 changed files with 6 additions and 0 deletions

View File

@ -705,6 +705,8 @@ dummy:
#dashboard_enabled: True
# Choose http or https
# For https, you should set dashboard.crt/key and grafana.crt/key
# If you define the dashboard_crt and dashboard_key variables, but leave them as '',
# then we will autogenerate a cert and keyfile
#dashboard_protocol: http
#dashboard_port: 8443
#dashboard_admin_user: admin

View File

@ -705,6 +705,8 @@ ceph_docker_registry_auth: true
#dashboard_enabled: True
# Choose http or https
# For https, you should set dashboard.crt/key and grafana.crt/key
# If you define the dashboard_crt and dashboard_key variables, but leave them as '',
# then we will autogenerate a cert and keyfile
#dashboard_protocol: http
#dashboard_port: 8443
#dashboard_admin_user: admin

View File

@ -697,6 +697,8 @@ openstack_keys:
dashboard_enabled: True
# Choose http or https
# For https, you should set dashboard.crt/key and grafana.crt/key
# If you define the dashboard_crt and dashboard_key variables, but leave them as '',
# then we will autogenerate a cert and keyfile
dashboard_protocol: http
dashboard_port: 8443
dashboard_admin_user: admin