Comment 6 for bug 1413862

Revision history for this message
Alex Kang (thkang0) wrote : Re: glance couldn't sync database

here is mysql query result. one of glance node has a grant but anothere doesn't have it.
.98 is nova glance ha vip.

mysql> select host,user from user;
+---------------+------------------+
| host | user |
+---------------+------------------+
[...]

| 10.100.1.170 | glance |
| 10.100.1.171 | glance |

| 172.100.2.99 | glance |
| ::1 | root |
| db01 | root |

+---------------+------------------+