2015-01-23 04:59:36 INFO shared-db-relation-changed 2015-01-23 04:59:36.703 18407 CRITICAL glance [-] OperationalError: (OperationalError) (1130, "Host '172-100-2-98.maas' is not allowed to connect to this MySQL server") None None
If you look at grant tables, you'll notice that .98 is not in it. My questions would be:
1) if .98 is VIP, why is glance accessing DB with VIP
2) if .98 is not VIP, why isn't charm creating proper grant rights in DB
In both cases, bug would be in the charm, cause glance binds to *any* address on the host due to bind_host = 0.0.0.0.
2015-01-23 04:59:36 INFO shared- db-relation- changed 2015-01-23 04:59:36.703 18407 CRITICAL glance [-] OperationalError: (OperationalError) (1130, "Host '172-100-2-98.maas' is not allowed to connect to this MySQL server") None None
If you look at grant tables, you'll notice that .98 is not in it. My questions would be:
1) if .98 is VIP, why is glance accessing DB with VIP
2) if .98 is not VIP, why isn't charm creating proper grant rights in DB
In both cases, bug would be in the charm, cause glance binds to *any* address on the host due to bind_host = 0.0.0.0.