Remove admin_user override in grafana.ini
Setting the admin_user is now supported via Kolla.
This commit is contained in:
parent
e3af05cb9b
commit
ca73777e54
@ -1,14 +1,5 @@
|
|||||||
# {{ ansible_managed }}
|
# {{ ansible_managed }}
|
||||||
|
|
||||||
[security]
|
|
||||||
; If an OpenStack user with the same name as the admin user logs into
|
|
||||||
; Grafana it overwrites user data in the Grafana database, breaking
|
|
||||||
; the local admin account, and preventing admin API calls to Grafana. To
|
|
||||||
; reduce the chance of this happening we rename the local admin user here.
|
|
||||||
; Note that this only affects the Monasca fork of Grafana.
|
|
||||||
;admin_user = admin
|
|
||||||
admin_user = {{ grafana_local_admin_user_name }}
|
|
||||||
|
|
||||||
{% if kolla_extra_grafana %}
|
{% if kolla_extra_grafana %}
|
||||||
#######################
|
#######################
|
||||||
# Extra configuration
|
# Extra configuration
|
||||||
|
Loading…
Reference in New Issue
Block a user