=== kadams54-away is now known as kadams54 === kadams54 is now known as kadams54-away === kadams54-away is now known as kadams54 === kadams54 is now known as kadams54-away === kadams54-away is now known as kadams54 [16:47] is there anyway to tell quickstart not to implicitly install juju local? [16:48] (or add the stable ppa when it's already there)? [16:48] like an env var or a flag? [16:48] whit: hmm, it should detect it. If that detection is failing maybe a bug? [16:48] oh yea there's a --no-ppa or something I think. /me checks [16:48] ah ok cool [16:50] well the code http://bazaar.launchpad.net/~juju-gui/juju-quickstart/trunk/view/head:/quickstart/manage.py#L65 looking for the cli flag === kadams54 is now known as kadams54-away [16:53] whit: ok so --distro-only [16:54] will only keep to the disto provided version of juju and not install the ppa [16:54] whit: I also think it respects a JUJU var for a custom juju path used for testing. I'm blanking on that atm maybe frankban can point it out faster than I can grep it out [16:54] rick_h_, huh.. I've got a docker container with the client + quickstart with stable installed [16:54] somehow it's not picking up the check [16:55] rick_h_, I can dig around. I only asked here if someone had it on the top of their stack :) [16:55] whit: definitely sorry juggling a few calls/ircs atm and slow fording [16:55] will get it asap [16:56] whit: --distro-only should avoid installing the PPA [16:56] rick_h_, well thanks for taking a look for me... [16:56] frankban: right but he's not getting it picking up the juju path at all atm [16:56] frankban, I think the check is failing somehow [16:56] frankban: isn't there an ENV var for telling it where juju is? [16:56] rick_h_: @JUJU [16:56] $JUJU [16:57] whit: what's the path of juju in your system? [16:57] whit: ^ try that out with the path to juju? [16:57] * whit checks [16:58] $JUJU is not set [17:01] whit: `which juju`? [17:03] ultimately installed in /usr/lib/juju-1.21.1/ [17:03] but linked into /usr/bin [17:05] whit: so you have a /usr/bin/juju correct? [17:05] frankban, yup [17:06] whit: `/usr/bin/juju --version`? [17:06] frankban, 1.21.1-trusty-amd64 === kadams54-away is now known as kadams54 [17:07] whit: what's the return code of `/usr/bin/lxc-ls`? [17:08] frankban, on a fresh container, lxc-ls doesn't exist [17:08] is that what's checked? [17:08] whit: that's why quickstart is trying to install juju-local, yes [17:09] frankban, ok [17:10] frankban, is there a way to turn that behavior off in the current version? [17:10] fake out lxc-ls? [17:11] whit: there's no way, except the hack you mentioned [17:11] frankban, is it just testing for existence or a successful run? [17:11] whit: we can work on an override, I am not sure about the use case there [17:12] frankban, that's cool, I'll make a ticket explaining [17:12] whit: successful run [17:12] whit: thank you [17:12] local provider does not run inside docker atm [17:12] may never, though we are going to give it a shot [17:13] but currently the client and qs run quite nicely, and having throwaway containers is nice for all sorts of things [17:13] teaching, demoing, testing, charm review, etc [17:15] whit: I see [17:17] frankban, thanks for your help [17:17] whit: np === kadams54 is now known as kadams54-away [21:59] Morning