<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>thanks,<br>GRANT ALL ON keystone.* TO 'keystone'@'192.168.122.10' IDENTIFIED BY 'keystone';<br>fixed the issue.<br>but then:<br>GRANT ALL ON keystone.* TO 'keystone'@'%' IDENTIFIED BY 'keystone';<br>what it does?<br><br><br><div><div id="SkyDrivePlaceholder"></div>> From: Robert.vanLeeuwen@spilgames.com<br>> To: openstack@lists.launchpad.net<br>> Date: Wed, 17 Apr 2013 10:48:01 +0000<br>> Subject: Re: [Openstack] keystone-manage db_sync error<br>> <br>> > connection = mysql://keystone:keystone@192.168.122.10/keystone<br>> ><br>> > mysql> select User,Host from mysql.user;<br>> > | keystone         | localhost         |<br>> ><br>> > sqlalchemy.exc.OperationalError: (OperationalError) <br>> > (1045, "Access denied for user 'keystone'@'ubu-a.arindam.com' (using password: YES)") None None<br>> <br>> Looks like a pretty clear error message to me.<br>> <br>> Note that if you specify 192.168.122.10 as a database host you need to give grants to that user from the IP it will connect from. If it is on the same machine it will probably connect from 192.168.122.10<br>> If you set mysql user permissions from localhost you will also need to connect to localhost in the keystone.conf.<br>> <br>> Cheers,<br>> Robert van Leeuwen<br>> <br>> <br>> <br>> <br>> <br>> <br>> <br>> <br>> <br>> <br>> <br>> <br>> _______________________________________________<br>> Mailing list: https://launchpad.net/~openstack<br>> Post to     : openstack@lists.launchpad.net<br>> Unsubscribe : https://launchpad.net/~openstack<br>> More help   : https://help.launchpad.net/ListHelp<br></div>                                         </div></body>
</html>