Skip to content

Commit

Permalink
feat(nova/nova-api): add grants for user metis
Browse files Browse the repository at this point in the history
the metis user requires 'replication replica' to access the binlog
  • Loading branch information
IvoGoman committed Feb 26, 2025
1 parent f53c1ab commit ea9322c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions openstack/nova/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -798,6 +798,9 @@ mariadb_api:
name: nova_api
grants:
- "ALL PRIVILEGES on nova_api.*"
metis:
grants:
- "REPLICATION REPLICA on *.*"
persistence_claim:
name: db-nova-api-pvc
size: "50Gi"
Expand Down

0 comments on commit ea9322c

Please sign in to comment.