How to change Ceilometer reporting SqlAlchemy password
Hi, I'm trying to use the SqlAlchemy driver and have found that the password the driver attempts to use is set to ''. This is the password for the driver used by the reporting API, not collection.
I assume this is a default set somewhere, but I can't find it. Have looked through the config and setup files, and tried to find where the CFG object is created.
The reason I know this, is because when the MySQL password is set to something other than '', the driver encounters an MySQL authentication error. When I set the database password (in MySQL for root user) to empty, the driver can authenticate.
My localrc has MYSQL_PASSWORD set to 'password', but the driver can't authenticate when MySQL uses that password.
Anyone know where to set this password for the driver?
Thank you, Eric