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

LOGGLY-3903 Remove prompts to run 'verify' action #33

Merged
merged 2 commits into from Sep 6, 2013
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

Return to dense spacing

  • Loading branch information
♥ Ivan Tam ♥
♥ Ivan Tam ♥ committed Sep 3, 2013
commit 3d3196e1630671c5074e8de7586d687535de346e
@@ -1321,13 +1321,9 @@ def install(current_environment):

def verify(current_environment):
Logger.printLog("Verification started", prio = 'debug')

perform_sanity_check_and_get_product_for_configuration(current_environment)

loggly_user, loggly_password, loggly_subdomain = login()

doverify(loggly_user, loggly_password, loggly_subdomain)

Logger.printLog("Verification completed", prio = 'debug')

def uninstall(current_environment):
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.