Skip to content

Commit

Permalink
packaging: unify ovirt admin user email
Browse files Browse the repository at this point in the history
This patch changes default ovirt admin email address to one required
(hardcoded) by grafana so that oVirt SSO works when Keycloak integration
is disabled.
  • Loading branch information
arso committed Jul 4, 2022
1 parent a1b77e5 commit cf729c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ def _setupAdminUser(self):
].rsplit('@', 1)[0]

# Should this be configurable? User can change it later.
adminEmail = 'root@localhost'
adminEmail = 'admin@localhost'

if not self._userExists(
toolArgs=toolArgs,
Expand Down

0 comments on commit cf729c0

Please sign in to comment.