Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Print informative message after "lago ovirt start" #519

Merged
merged 1 commit into from
Apr 27, 2017

Conversation

gbenhaim
Copy link
Member

The message will include the url to the web UI, username and password.

Signed-off-by: gbenhaim galbh2@gmail.com

ovirtlago/cmd.py Outdated
'You can access the web UI with the following link and credentials:\n'
'https://{ip}\n'
'Username: {username}\n'
'Password: {password}'.format(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think using """ would be nicer(and then you don't need the explicit eol'), i.e.:

LOGGER.info("""

oVirt ....

""".format)

@nvgoldin
Copy link
Contributor

great idea!
maybe add it to 'lago ovirt status' as well

@gbenhaim gbenhaim force-pushed the print_message_lago_ovirt_start branch from 0976336 to b660f5b Compare April 24, 2017 23:21
@gbenhaim
Copy link
Member Author

@nvgoldin @mykaul
Other thoughts before I merge ?

@gbenhaim gbenhaim force-pushed the print_message_lago_ovirt_start branch from b660f5b to 9a735ce Compare April 27, 2017 08:03
The message will include the url to the web ui,
username and password.

Signed-off-by: gbenhaim <galbh2@gmail.com>
@gbenhaim gbenhaim force-pushed the print_message_lago_ovirt_start branch from 9a735ce to 9cf732e Compare April 27, 2017 10:15
@gbenhaim
Copy link
Member Author

ci test please

1 similar comment
@gbenhaim
Copy link
Member Author

ci test please

@gbenhaim
Copy link
Member Author

ci merge please

@ovirt-infra ovirt-infra merged commit c5687ae into master Apr 27, 2017
@ovirt-infra ovirt-infra deleted the print_message_lago_ovirt_start branch April 27, 2017 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants