update ssh review host url.

Change-Id: I39721f806bb89400b15f7a7af6e0df8f066211ac
This commit is contained in:
wangfaxin 2019-12-18 18:02:16 +08:00
parent 136bc40e4e
commit 11f082a2d5

View File

@ -37,7 +37,7 @@ class ShowTeam(lister.Lister):
# authentication, so this uses ssh instead of REST because I
# assume that auth is already set up.
data = subprocess.check_output(
['ssh', 'review.openstack.org', '-p', '29418',
['ssh', 'review.opendev.org', '-p', '29418',
'gerrit', 'ls-members', parsed_args.team])
text = data.decode('utf-8')