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

Refactor stop_host method to use topology #292

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jan 6, 2017

  1. Use requests library to download pre-compiled wheels

    - The requests library handles connection resets from the server
      better than urllib.
    petroav committed Jan 6, 2017
    Configuration menu
    Copy the full SHA
    eee320a View commit details
    Browse the repository at this point in the history
  2. Remove the stop_host method

    - Stopping a host is now done implicitly by uploading
      a topology that points to a host that doesn't exist.
      This was done because stopping a container caused nasty
      race conditions.
    petroav committed Jan 6, 2017
    Configuration menu
    Copy the full SHA
    0ab3512 View commit details
    Browse the repository at this point in the history