Re: [openstack-dev] Getting GERRIT error while submitting spec for liberty.

2015-04-04 Thread Jeremy Stanley
On 2015-04-04 16:39:17 +0530 (+0530), Vikram Choudhary wrote: Can anyone please help me in resolving the below errors. [...] We don't know where your gerrit is. Please manually create a remote named gerrit and try again. [...] Exception: Error running git remote add -f gerrit ssh://

[openstack-dev] Getting GERRIT error while submitting spec for liberty.

2015-04-04 Thread Vikram Choudhary
Hi All, Can anyone please help me in resolving the below errors. viksdeep@ubuntu:~/work/neutron-specs$ git review -s Creating a git remote called gerrit that maps to: ssh:// vikram.choudh...@review.openstack.org:29418/openstack/neutron-specs.git traceback object at 0x7fe3acbf0908 We don't

Re: [openstack-dev] Getting GERRIT error while submitting spec for liberty.

2015-04-04 Thread Claudio Pupparo
Hi Vikram, I had the same problem. I had first to manually add the remote: git remote add gerrit ssh://vikram.choudh...@review.openstack.org:29418/openstack/neutron-specs.git then git review -s worked. Claudio Il 04-Apr-15 1:09 PM, Vikram Choudhary ha scritto: Hi All, Can anyone please

Re: [openstack-dev] Getting GERRIT error while submitting spec for liberty.

2015-04-04 Thread Claudio Pupparo
Ok, I've read your answer to Vikram and I'm in the first case, where gerrit version works but git review -s doesn't. I thought by adding manually the remote I have solved the problem. I'll check the step in the documentation again, thank you Jeremy. Claudio Il 04-Apr-15 1:50 PM, Jeremy Stanley

Re: [openstack-dev] Getting GERRIT error while submitting spec for liberty.

2015-04-04 Thread Jeremy Stanley
On 2015-04-04 13:38:07 +0200 (+0200), Claudio Pupparo wrote: I had the same problem. I had first to manually add the remote: git remote add gerrit ssh://vikram.choudh...@review.openstack.org:29418/openstack/neutron-specs.git then git review -s worked. You misunderstand. That remote is what

Re: [openstack-dev] Getting GERRIT error while submitting spec for liberty.

2015-04-04 Thread Vikram Choudhary
Hi All, There was some issue with SSH key. After regenerating and re-adding to my account it worked. Thanks for the help. Thanks Vikram On Sat, Apr 4, 2015 at 5:35 PM, Claudio Pupparo claudio.pupp...@gmail.com wrote: Ok, I've read your answer to Vikram and I'm in the first case, where