Thanks Subbu. It worked for me. Here is the review created: https://review.openstack.org/#/c/53160/. Also found some useful info here on Gerrit errors: https://wiki.openstack.org/wiki/GerritJenkinsGit. RegardsSridhar Looks like a change id conflict with https://review.openstack.org/#/c/52949. You are letting "git review" auto generate the change id right? For this case you could try "git commit --amend", remove the change id line if it matches the change id from this review and then run "git review" again. HTH. - Subbu From: sridharas at outlook.com To: openstack-dev at lists.openstack.org Subject: Error while executing 'git review' Date: Tue, 22 Oct 2013 18:34:29 +0530 Hi All, I worked on bug # 1176683 and fixed it. Commit is successful. sridhar at ubuntu:~/repo/neutron$ git status # On branch bug_id_1176683nothing to commit (working directory clean)sridhar at ubuntu:~/repo/neutron$ But getting following error while posting for review. sridhar at ubuntu:~/repo/neutron$ git reviewremote: Resolving deltas: 100% (4/4)remote: Processing changes: refs: 1, done To ssh://SaggezzaOS@review.openstack.org:29418/openstack/neutron.git ! [remote rejected] HEAD -> refs/for/master/bug/1176683 (change 52949 closed)error: failed to push some refs to 'ssh://SaggezzaOS@review.openstack.org:29418/openstack/neutron.git'sridhar at ubuntu:~/repo/neutron$ Could anyone help in resolving this issue ? RegardsSridhar -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20131022/fcfa826c/attachment.html>