add more detail to output of launchpad script
Change-Id: Ib3c93fa95a364221b2c4980dff753061f8eb83e3 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
parent
3a01751efe
commit
c0ce6efe72
@ -54,7 +54,11 @@ def main():
|
||||
args = parser.parse_args()
|
||||
|
||||
# Connect to Launchpad
|
||||
print("Connecting to Launchpad...")
|
||||
print(
|
||||
"Connecting to Launchpad at {!r} using credentials in {!r}...".format(
|
||||
args.lp_service_root,
|
||||
args.lp_creds_file)
|
||||
)
|
||||
launchpad = launchpadlib.launchpad.Launchpad.login_with(
|
||||
application_name='openstack-releasing',
|
||||
service_root=args.lp_service_root,
|
||||
|
Loading…
Reference in New Issue
Block a user