Comment 1 for bug 1359938

Revision history for this message
Francesco Banconi (frankban) wrote :

The changes has been made and released on PyPI (version 1.4.3): https://pypi.python.org/pypi/juju-quickstart/1.4.3

Quickstart now supports overriding the juju executable being invoked via the JUJU env var. This is only allowed on recent juju versions, not requiring sudo to be called on "juju bootstrap" when using local environments (LXC).
This feature helps testing quickstart with development versions of Juju, making releases more reliable and future proof.

The 1.4.3 release also bumps the requirements versions up, to align to what we expect to be included in utopic.

The feature is properly tested (quickstart still have 100% unit tests coverage).

Here is the full changelog:

juju-quickstart (1.4.3) trusty; urgency=low

  * Support for overriding the Juju executable with the JUJU env var.
  * Add support for Ubuntu 14.10 (utopic).
  * Base dependencies update.

 -- Francesco Banconi <email address hidden> Thu, 11 Sep 2014 11:57:47 +0000

I am available for any help or clarification.