<div dir="ltr"><div><div>Hello, Malhar.<br><br></div>It seems that the actual error is hidden behind "<traceback object at 0x7f337522e3f8>"-like lines. Judging by line numbers in traceback that is seen, you're using version 1.25.0, and there I can see how the error got away: <a href="https://github.com/openstack-infra/git-review/blob/1.25.0/git_review/cmd.py#L768">https://github.com/openstack-infra/git-review/blob/1.25.0/git_review/cmd.py#L768</a><br><br></div>Can you edit file /usr/local/lib/python2.7/dist-packages/git_review/cmd.py adding something like "import traceback; traceback.print_exc()" before or after that line? It should provide some to what error does git-review get when it tries to contact Gerrit.<br><div><div><div><br><div class="gmail_quote"><div dir="ltr">On Sun, Jul 26, 2015 at 5:33 PM Malhar Vora <<a href="mailto:mlvora.2010@gmail.com">mlvora.2010@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div>Hi Jeremy,<br><br></div>I have signed agreement on <a href="https://review.openstack.org/" target="_blank">https://review.openstack.org/</a>. That is not a problem.<a href="http://about.me/malhar.vora" target="_blank"></a><br>
<br></div></div><div class="gmail_extra"><div class="gmail_quote">On Sun, Jul 26, 2015 at 7:25 PM, Jeremy Stanley <span dir="ltr"><<a href="mailto:fungi@yuggoth.org" target="_blank">fungi@yuggoth.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span>On 2015-07-26 02:53:30 -0700 (-0700), Malhar Vora wrote:<br>
> I have done everything from scratch and followed below step.<br>
><br>
> Please check and tell me what is missing,<br>
</span>[...]<br>
> 3. Created account in <a href="https://review.openstack.org" rel="noreferrer" target="_blank">https://review.openstack.org</a> and updated contact<br>
> details<br>
[...]<br>
<br>
There's a related step you've skipped here. From our instructions:<br>
<br>
"agree to the Individual Contributor License Agreement" at<br>
<a href="https://review.openstack.org/#/settings/agreements" rel="noreferrer" target="_blank">https://review.openstack.org/#/settings/agreements</a><br>
<br>
I expect that's the problem, but don't have time to check the ICLA<br>
signers group membership right now to confirm.<br>
<span><br>
> 6. Installed git-review using apt-get install git-review<br>
</span>[...]<br>
<span>> We don't know where your gerrit is. Please manually create a remote<br>
> named "gerrit" and try again.<br>
> Could not connect to gerrit at ssh://<br>
</span>> <a href="http://malhar_vora@review.openstack.org:29418/openstack/ironic.git" rel="noreferrer" target="_blank">malhar_vora@review.openstack.org:29418/openstack/ironic.git</a><br>
[...]<br>
<br>
This is likely obscuring the actual error. Chances are the version<br>
of git-review in your distribution is misinterpreting the lack of a<br>
signed CLA during its test push as a failure to connect to Gerrit.<br>
This was a known issue in one or more releases of the utility. More<br>
recent versions (1.25.0 certainly, maybe 1.24 as well but I'm having<br>
trouble tracking down exactly which commit improved that situation)<br>
are clearer about this and you'll actually see the CLA or contact<br>
info errors rather than a misleading error about SSH credentials.<br><span></span><a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" rel="noreferrer" target="_blank"></a><br>
</blockquote></div></div></blockquote></div></div></div></div></div>