Reviewers: mp+233770_code.launchpad.net, Message: Please take a look. Description: Updated quickstart dependencies for utopic. Quickstart now uses the dependency versions we expect to be available in utopic. Update the code parts in which quickstart interacts with the juju client and the websocket Python libraries: ensure we only log the textual WebSocket messages we are interested in. Also remove the deprecated --use-mirrors pip option. Tests: `make check` QA: Use quickstart as usual to bootstrap local, ec2 and HP environments: `.venv/bin/python juju-quickstart -e ...` https://code.launchpad.net/~frankban/juju-quickstart/utopic-update-dependencies/+merge/233770 (do not edit description out of merge proposal) Please review this at https://codereview.appspot.com/139350043/ Affected files (+58, -30 lines): M Makefile A [revision details] M quickstart/juju.py M quickstart/tests/helpers.py M quickstart/tests/test_juju.py M requirements.pip M test-requirements.pip Index: Makefile === modified file 'Makefile' --- Makefile 2014-04-07 09:03:11 +0000 +++ Makefile 2014-09-05 14:54:31 +0000 @@ -23,7 +23,7 @@ $(VENV_ACTIVATE): test-requirements.pip requirements.pip virtualenv --distribute -p $(PYTHON) $(VENV) - $(VENV)/bin/pip install --use-mirrors -r test-requirements.pip || \ + $(VENV)/bin/pip install -r test-requirements.pip || \ (touch test-requirements.pip; exit 1) @touch $(VENV_ACTIVATE) Index: [revision details] === added file '[revision details]' --- [revision details] 2012-01-01 00:00:00 +0000 +++ [revision details] 2012-01-01 00:00:00 +0000 @@ -0,0 +1,2 @@ +Old revision: