authorized-keys is now optional

2016-07-07 Thread Andrew Wilkins
Hi users of the add-model API, The authorized-keys config is now only required at bootstrap time, because bootstrapping involves an SSH step. This means you no longer need to specify authorized-keys in your config for add-model. The Juju CLI will now automatically read ~/.ssh/id_rsa.pub and

Re: Automatic hook retries in Juju 2.0

2016-07-07 Thread Matt Bruzek
This should really be added to the docs about the automatic retry and how to shut it off. I created an issue and linked it to this discussion. https://github.com/juju/docs/issues/1235 Can someone from core or more familiar with the feature document it for the rest of us? - Matt Bruzek

Windows and --race tests are now gating

2016-07-07 Thread Aaron Bentley
Hi Juju developers, As requested by juju-core, we have added --race and Windows unit tests to gated landings. These tests are run concurrently, not sequentially, but all must complete before code can be landed. As a practical matter, this means that landings are now impossible until the Windows