There appears to be a workaround, but its damn near impossible for average users to make use of.
If you know your identity URL for your Google Account for a particular Gerrit instance, you can paste it into the OpenID input box in the sign-in dialog. Unfortunately, this is the value of the "external_id" field in the account_external_ids table, and for Google Accounts, its not exactly user friendly. Its also account, hostname and port number specific.
E.g., the token looks like:
https://www.google.com/accounts/o8/id?id=AItO...mbQCurrently the only thing I can say is, ask your Gerrit administrator to pull this value out of their database for you, and paste it into the input box. But I really, really, don't want to be doing that for r.s.a.c.
I'm guessing that Google Accounts OpenID provider did a code push this morning, and it broke the login process. I've already filed a high priority issue with them. Waiting to hear more.