defaults: change default value for dashboard_admin_password

A recent change in ceph/ceph prevent from having username in the
password:

`Error EINVAL: Password cannot contain username.`

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 0756fa467d)
pull/4854/head
Guillaume Abrioux 2019-12-05 15:21:41 +01:00 committed by Dimitri Savineau
parent 5062d4094c
commit ba4787817e
3 changed files with 3 additions and 3 deletions

View File

@ -706,7 +706,7 @@ dummy:
#dashboard_protocol: http
#dashboard_port: 8443
#dashboard_admin_user: admin
#dashboard_admin_password: admin
#dashboard_admin_password: p@ssw0rd
# We only need this for SSL (https) connections
#dashboard_crt: ''
#dashboard_key: ''

View File

@ -706,7 +706,7 @@ ceph_docker_registry_auth: true
#dashboard_protocol: http
#dashboard_port: 8443
#dashboard_admin_user: admin
#dashboard_admin_password: admin
#dashboard_admin_password: p@ssw0rd
# We only need this for SSL (https) connections
#dashboard_crt: ''
#dashboard_key: ''

View File

@ -698,7 +698,7 @@ dashboard_enabled: True
dashboard_protocol: http
dashboard_port: 8443
dashboard_admin_user: admin
dashboard_admin_password: admin
dashboard_admin_password: p@ssw0rd
# We only need this for SSL (https) connections
dashboard_crt: ''
dashboard_key: ''