Could not connect to gerrit
I cannot do "git review", although I created a user and followed the instructions. Here is the exception. Any idea?
Could not connect to gerrit.
Enter your gerrit username: benbracha
Trying again with ssh://benbracha@review.openstack.org:29418/openstack/openstack-planet.git
<traceback object at 0x106bac908>
We don't know where your gerrit is. Please manually create a remote
named "gerrit" and try again.
Traceback (most recent call last):
File "/usr/local/bin/git-review", line 11, in <module>
sys.exit(main())
File "/usr/local/lib/python2.7/site-packages/git_review/cmd.py", line 1173, in main
config['hostname'], config['port'], config['project'])
File "/usr/local/lib/python2.7/site-packages/git_review/cmd.py", line 593, in check_remote
add_remote(scheme, hostname, port, project, remote)
File "/usr/local/lib/python2.7/site-packages/git_review/cmd.py", line 333, in add_remote
raise Exception("Could not connect to gerrit at %s" % remote_url)
Exception: Could not connect to gerrit at ssh://benbracha@review.openstack.org:29418/openstack/openstack-planet.git
Thanks