# Pastebin 6avBYM4D [root@centos7 ~]# git clone git@github.com:xrobau/kolla.git Cloning into 'kolla'... Warning: Permanently added the RSA host key for IP address '192.30.252.131' to the list of known hosts. remote: Counting objects: 20514, done. remote: Compressing objects: 100% (4/4), done. remote: Total 20514 (delta 0), reused 0 (delta 0), pack-reused 20510 Receiving objects: 100% (20514/20514), 3.01 MiB | 703.00 KiB/s, done. Resolving deltas: 100% (11437/11437), done. [root@centos7 ~]# yum install git-review Loaded plugins: fastestmirror base | 3.6 kB 00:00:00 epel/x86_64/metalink | 2.8 kB 00:00:00 epel | 4.3 kB 00:00:00 extras | 3.4 kB 00:00:00 updates | 3.4 kB 00:00:00 vmware-tools | 951 B 00:00:00 webtatic | 3.6 kB 00:00:00 (1/2): epel/x86_64/updateinfo | 439 kB 00:00:00 (2/2): epel/x86_64/primary_db | 3.7 MB 00:00:03 Loading mirror speeds from cached hostfile * base: mirror.overthewire.com.au * epel: mirror.overthewire.com.au * extras: mirror.overthewire.com.au * updates: mirror.overthewire.com.au * webtatic: sp.repo.webtatic.com Resolving Dependencies --> Running transaction check ---> Package git-review.noarch 0:1.24-5.el7 will be installed --> Processing Dependency: python-requests for package: git-review-1.24-5.el7.noarch --> Running transaction check ---> Package python-requests.noarch 0:2.6.0-1.el7_1 will be installed --> Processing Dependency: python-urllib3 >= 1.10.2-1 for package: python-requests-2.6.0-1.el7_1.noarch --> Processing Dependency: python-chardet >= 2.2.1-1 for package: python-requests-2.6.0-1.el7_1.noarch --> Running transaction check ---> Package python-chardet.noarch 0:2.2.1-1.el7_1 will be installed ---> Package python-urllib3.noarch 0:1.10.2-2.el7_1 will be installed --> Finished Dependency Resolution Dependencies Resolved =============================================================================================================== Package Arch Version Repository Size =============================================================================================================== Installing: git-review noarch 1.24-5.el7 epel 57 k Installing for dependencies: python-chardet noarch 2.2.1-1.el7_1 base 227 k python-requests noarch 2.6.0-1.el7_1 base 94 k python-urllib3 noarch 1.10.2-2.el7_1 base 100 k Transaction Summary =============================================================================================================== Install 1 Package (+3 Dependent packages) Total download size: 477 k Installed size: 2.0 M Is this ok [y/d/N]: y Downloading packages: (1/4): git-review-1.24-5.el7.noarch.rpm | 57 kB 00:00:00 (2/4): python-requests-2.6.0-1.el7_1.noarch.rpm | 94 kB 00:00:00 (3/4): python-chardet-2.2.1-1.el7_1.noarch.rpm | 227 kB 00:00:00 (4/4): python-urllib3-1.10.2-2.el7_1.noarch.rpm | 100 kB 00:00:01 --------------------------------------------------------------------------------------------------------------- Total 300 kB/s | 477 kB 00:00:01 Running transaction check Running transaction test Transaction test succeeded Running transaction Installing : python-urllib3-1.10.2-2.el7_1.noarch 1/4 Installing : python-chardet-2.2.1-1.el7_1.noarch 2/4 Installing : python-requests-2.6.0-1.el7_1.noarch 3/4 Installing : git-review-1.24-5.el7.noarch 4/4 Verifying : python-chardet-2.2.1-1.el7_1.noarch 1/4 Verifying : python-requests-2.6.0-1.el7_1.noarch 2/4 Verifying : git-review-1.24-5.el7.noarch 3/4 Verifying : python-urllib3-1.10.2-2.el7_1.noarch 4/4 Installed: git-review.noarch 0:1.24-5.el7 Dependency Installed: python-chardet.noarch 0:2.2.1-1.el7_1 python-requests.noarch 0:2.6.0-1.el7_1 python-urllib3.noarch 0:1.10.2-2.el7_1 Complete! [root@centos7 ~]# cd kolla/ [root@centos7 kolla]# git review -s The authenticity of host '[review.openstack.org]:29418 ([2001:4800:7818:102:be76:4eff:fe05:9b12]:29418)' can't be established. RSA key fingerprint is 28:c6:42:b7:44:d2:48:64:c1:3f:31:d8:1b:6e:3b:63. Are you sure you want to continue connecting (yes/no)? yes Could not connect to gerrit. Enter your gerrit username: xrobau Trying again with ssh://xrobau@review.openstack.org:29418/openstack/kolla.git 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/bin/git-review", line 10, in sys.exit(main()) File "/usr/lib/python2.7/site-packages/git_review/cmd.py", line 1259, in main _main() File "/usr/lib/python2.7/site-packages/git_review/cmd.py", line 1173, in _main config['hostname'], config['port'], config['project']) File "/usr/lib/python2.7/site-packages/git_review/cmd.py", line 593, in check_remote add_remote(scheme, hostname, port, project, remote) File "/usr/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://xrobau@review.openstack.org:29418/openstack/kolla.git [root@centos7 kolla]# git config --global gitreview.scheme https [root@centos7 kolla]# git config --global gitreview.port 443 [root@centos7 kolla]# git review -s Could not connect to gerrit. Enter your gerrit username: xrobau Trying again with ssh://xrobau@review.openstack.org:29418/openstack/kolla.git 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/bin/git-review", line 10, in sys.exit(main()) File "/usr/lib/python2.7/site-packages/git_review/cmd.py", line 1259, in main _main() File "/usr/lib/python2.7/site-packages/git_review/cmd.py", line 1173, in _main config['hostname'], config['port'], config['project']) File "/usr/lib/python2.7/site-packages/git_review/cmd.py", line 593, in check_remote add_remote(scheme, hostname, port, project, remote) File "/usr/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://xrobau@review.openstack.org:29418/openstack/kolla.git [root@centos7 kolla]# curl review.openstack.org:29418 -vvv * About to connect() to review.openstack.org port 29418 (#0) * Trying 2001:4800:7818:102:be76:4eff:fe05:9b12... * Connected to review.openstack.org (2001:4800:7818:102:be76:4eff:fe05:9b12) port 29418 (#0) > GET / HTTP/1.1 > User-Agent: curl/7.29.0 > Host: review.openstack.org:29418 > Accept: */* > SSH-2.0-GerritCodeReview_2.11.4-11-ga14450f (SSHD-CORE-0.14.0) Unsupported protocol version: GET / HTTP/1.1 * Connection #0 to host review.openstack.org left intact [root@centos7 kolla]#