Merge "update ssh review host url."

This commit is contained in:
Zuul 2024-08-02 00:49:50 +00:00 committed by Gerrit Code Review
commit 28687c3352

View File

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