<div dir="ltr"><div class="gmail_default"><font face="courier new, monospace">I dropped those users and no change.</font></div><div class="gmail_default"><font face="courier new, monospace"><br></font></div><div class="gmail_default">
<font face="courier new, monospace">I also set up general logging in mysql but it really doesn't provide any additional information. Any idea for a next step I could take?</font></div><div class="gmail_default"><font face="courier new, monospace"><br>
</font></div><div class="gmail_default"><font face="courier new, monospace">I am almost at the point of taking a tcpdump and trying to recreate the salted password. :/</font></div><div class="gmail_default"><font face="courier new, monospace"><br>
</font></div><div class="gmail_default"><font face="courier new, monospace">Thanks for the help</font></div><div class="gmail_default"><font face="courier new, monospace"><br></font></div><div class="gmail_default"><font face="courier new, monospace">Sam</font></div>
<div class="gmail_default"><font face="courier new, monospace"><br></font></div><div class="gmail_default"><font face="courier new, monospace"><br></font></div><div class="gmail_extra"><font face="courier new, monospace"><br>
<br></font><div class="gmail_quote"><font face="courier new, monospace">On Fri, Mar 8, 2013 at 3:38 PM, Jay Pipes <span dir="ltr"><<a href="mailto:jaypipes@gmail.com" target="_blank">jaypipes@gmail.com</a>></span> wrote:<br>
</font><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><font face="courier new, monospace">I'm stumped :( Looks like everything is set up correctly to me. What is<br>
interested is that your nova user access works from test2, but there is<br>
no nova@test2 user in the mysql.user table. What about doing a DROP USER<br>
nova@test1; FLUSH PRIVILEGES; and then see if that fixes things... since<br>
the <a href="http://nova@10.21.0.0/255.255.0.0" target="_blank">nova@10.21.0.0/255.255.0.0</a> user is clearly working for the access<br>
from test2.<br>
<br>
Also, I'd recommend highly removing the nova@% user.<br>
<br>
Best,<br>
-jay<br>
</font><div class="im HOEnZb"><font face="courier new, monospace"><br>
On 03/08/2013 03:09 PM, Samuel Winchenbach wrote:<br>
><br>
> <a href="http://paste2.org/p/3085807" target="_blank">http://paste2.org/p/3085807</a><br>
><br>
><br>
> On Fri, Mar 8, 2013 at 2:46 PM, Jay Pipes <<a href="mailto:jaypipes@gmail.com">jaypipes@gmail.com</a><br>
</font></div><div class="im HOEnZb"><font face="courier new, monospace">> <mailto:<a href="mailto:jaypipes@gmail.com">jaypipes@gmail.com</a>>> wrote:<br>
><br>
> Please paste the results of SELECT User, Host, Password FROM mysql.user<br>
> when running as root...<br>
><br>
> Thanks!<br>
> -jay<br>
><br>
> On 03/08/2013 02:25 PM, Samuel Winchenbach wrote:<br>
> > Here are my grants. I don't know if this helps, but I did verify that<br>
> > the password was identical for each grant:<br>
> <a href="http://paste2.org/p/3085361" target="_blank">http://paste2.org/p/3085361</a><br>
> ><br>
> ><br>
> > On Fri, Mar 8, 2013 at 2:17 PM, Samuel Winchenbach<br>
> <<a href="mailto:swinchen@gmail.com">swinchen@gmail.com</a> <mailto:<a href="mailto:swinchen@gmail.com">swinchen@gmail.com</a>><br>
</font></div><div class="im HOEnZb"><font face="courier new, monospace">> > <mailto:<a href="mailto:swinchen@gmail.com">swinchen@gmail.com</a> <mailto:<a href="mailto:swinchen@gmail.com">swinchen@gmail.com</a>>>> wrote:<br>
> ><br>
> > root@test1:/var/log# mysql -hmysql-ha -unova<br>
> > -p******************************** -e"SELECT User, Host, Password<br>
> > FROM mysql.user;"<br>
> > ERROR 1142 (42000) at line 1: SELECT command denied to user<br>
> > 'nova'@'test1' for table 'user'<br>
> ><br>
> ><br>
> > On Fri, Mar 8, 2013 at 2:06 PM, Jay Pipes <<a href="mailto:jaypipes@gmail.com">jaypipes@gmail.com</a><br>
> <mailto:<a href="mailto:jaypipes@gmail.com">jaypipes@gmail.com</a>><br>
</font></div><div class="HOEnZb"><div class="h5"><font face="courier new, monospace">> > <mailto:<a href="mailto:jaypipes@gmail.com">jaypipes@gmail.com</a> <mailto:<a href="mailto:jaypipes@gmail.com">jaypipes@gmail.com</a>>>> wrote:<br>
> ><br>
> > What does this show?<br>
> ><br>
> > mysql -hmysql-ha -unova -p<PASS> -e"SELECT User, Host,<br>
> Password FROM<br>
> > mysql.user"<br>
> ><br>
> > -jay<br>
> ><br>
> > On 03/08/2013 01:46 PM, Samuel Winchenbach wrote:<br>
> > > Sorry, that must have been a copy and paste error. Here<br>
> is what I<br>
> > > actually ran:<br>
> > ><br>
> > > <a href="http://paste2.org/p/3084996" target="_blank">http://paste2.org/p/3084996</a><br>
> > ><br>
> > ><br>
> > > On Fri, Mar 8, 2013 at 12:40 PM, Jay Pipes<br>
> <<a href="mailto:jaypipes@gmail.com">jaypipes@gmail.com</a> <mailto:<a href="mailto:jaypipes@gmail.com">jaypipes@gmail.com</a>><br>
> > <mailto:<a href="mailto:jaypipes@gmail.com">jaypipes@gmail.com</a> <mailto:<a href="mailto:jaypipes@gmail.com">jaypipes@gmail.com</a>>><br>
> > > <mailto:<a href="mailto:jaypipes@gmail.com">jaypipes@gmail.com</a> <mailto:<a href="mailto:jaypipes@gmail.com">jaypipes@gmail.com</a>><br>
> <mailto:<a href="mailto:jaypipes@gmail.com">jaypipes@gmail.com</a> <mailto:<a href="mailto:jaypipes@gmail.com">jaypipes@gmail.com</a>>>>> wrote:<br>
> > ><br>
> > > On 03/08/2013 12:19 PM, Samuel Winchenbach wrote:<br>
> > > > Hi All,<br>
> > > ><br>
> > > > I have two nodes (test1 and test2) that I am trying to<br>
> > set up in a<br>
> > > > highly available configuration.<br>
> > > ><br>
> > > > During the setup process I tried running "nova-manage<br>
> > service list" on<br>
> > > > both nodes. It worked fine on test2, but fails on<br>
> > test1 even<br>
> > > though I<br>
> > > > can connect to the database with the mysql client from<br>
> > test1.<br>
> > > ><br>
> > > > Here is a screen capture that shows the setup on<br>
> the two<br>
> > nodes are<br>
> > > > basically identical: <a href="http://paste2.org/p/3084223" target="_blank">http://paste2.org/p/3084223</a><br>
> > ><br>
> > > In the above paste you are doing:<br>
> > ><br>
> > > mysql -unova - hmysql-ha -u root nova<br>
> > > -p********************************<br>
> > ><br>
> > > Note you are supplying 2 -u arguments, and mysql<br>
> will take<br>
> > the second<br>
> > > (root).<br>
> > ><br>
> > > -jay<br>
> > ><br>
> > > _______________________________________________<br>
> > > Mailing list: <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
> > > Post to : <a href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a><br>
> <mailto:<a href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a>><br>
> > <mailto:<a href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a><br>
> <mailto:<a href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a>>><br>
> > > <mailto:<a href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a><br>
> <mailto:<a href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a>><br>
> > <mailto:<a href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a><br>
> <mailto:<a href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a>>>><br>
> > > Unsubscribe : <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
> > > More help : <a href="https://help.launchpad.net/ListHelp" target="_blank">https://help.launchpad.net/ListHelp</a><br>
> > ><br>
> > ><br>
> ><br>
> ><br>
> ><br>
><br>
><br>
</font></div></div></blockquote></div><br></div></div>