Merge "update ssh review host url."
This commit is contained in:
commit
28687c3352
@ -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')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user