Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mysql-init/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ repository: monasca/mysql-init
variants:
- tag: latest
aliases:
- :1.5.4
- :1.5.5
- :1.5
- :1
1 change: 1 addition & 0 deletions mysql-init/mysql-init.d/02-users.sql.j2
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ GRANT ALL ON {{ db }}.* TO '{{ monapi_user }}'@'%' IDENTIFIED BY '{{ monapi_pw }
GRANT ALL ON {{ db }}.* TO '{{ monapi_user }}'@'localhost' IDENTIFIED BY '{{ monapi_pw }}';
GRANT ALL ON {{ db }}.* TO '{{ thresh_user }}'@'%' IDENTIFIED BY '{{ thresh_pw }}';
GRANT ALL ON {{ db }}.* TO '{{ thresh_user }}'@'localhost' IDENTIFIED BY '{{ thresh_pw }}';
FLUSH PRIVILEGES;
{%- endif %}