On Mon, Jun 02 2014, Kelam, Koteswara Rao wrote:

> Hi all,
>
> I am trying to use mysql as database for ceilometer. I created database as 
> follows
> CREATE DATABASE ceilometer;
>
> GRANT ALL PRIVILEGES ON ceilometer.* TO 'ceilometer'@'localhost' \
> IDENTIFIED BY 'CEILOMETER_DBPASS';
>
> GRANT ALL PRIVILEGES ON ceilometer.* TO 'ceilometer'@'%' \
> IDENTIFIED BY 'CEILOMETER_DBPASS';
>
> And mentioned it in ceilometer conf file.
> connection=mysql://ceilometer:[email protected]/ceilometer?charset=utf8

Did you run ceilometer-dbsync?

-- 
Julien Danjou
/* Free Software hacker
   http://julien.danjou.info */

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : [email protected]
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Reply via email to