lp:~wallyworld/juju-core/fast-lxc-everywhere

Created by Ian Booth and last modified
Get this branch:
bzr branch lp:~wallyworld/juju-core/fast-lxc-everywhere
Only Ian Booth can upload to this branch. If you are Ian Booth please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ian Booth
Project:
juju-core
Status:
Development

Recent revisions

2698. By Ian Booth

Code spike to experiment with fast lxc clone

2697. By Jesse Meek

[r=gz],[bug=1271819] Normalize FileVarPath

Fix bug 1271819 by normalizing cmd.FileVar
on set. Add a new test to ensure deploy
--config works with a config path starting
with tilde.

https://codereview.appspot.com/92950045/

R=axwalk, menno.smits

2696. By John Weldon

[r=gz] Fix typos in help and container log message

R=gz

2695. By Vladislav Klyachin

[r=klyachin],[bug=1306548] cmd/juju: helpful message is repetitive

ubuntu@winton-02:~/src/launchpad.net/juju-core$ juju bootstrap
ERROR failed verification of local provider prerequisites:
juju-local must be installed to enable the local provider:

    sudo apt-get install juju-local
ERROR
juju-local must be installed to enable the local provider:

    sudo apt-get install juju-local

This message was printed twice because of the following code:
if err != nil {
 logger.Errorf("failed with error: %v", err)
 return nil, err
}

Such code was changed in some places to:
if err != nil {
 return nil, fmt.Errors("failed with error: %v", err)
}

https://codereview.appspot.com/95850044/

R=dimitern
R=dimitern

2694. By Menno Finlay-Smits

[r=menno.smits] Adding find-bad-doc-comments.py

This tool searches a tree of Go code and locates cases where the
function name that starts a doc comment doesn't appear to match the
related function.

https://codereview.appspot.com/94010044/

R=gz

2693. By Dimiter Naydenov

[r=dimitern] Omit networks when empty from status

Implemented suggestions from the previous review.
https://codereview.appspot.com/91000043/

https://codereview.appspot.com/90970045/

R=gz

2692. By Abel Deuring

[r=adeuring] Allow to retrieve more than one event per charm in one request from the charm store.

2691. By Dimiter Naydenov

[r=dimitern] Show networks in juju status

This adds a new state method AllNetworks(), which returns
all networks in state, and also makes the necessary changes
to the API and cmd/juju so we can show networks as top-level
entities in juju status:

machines: ...
services: ...
networks:
  net1:
    provider-id: foo
    cidr: 0.1.2.0/24
    vlan-tag: 42

https://codereview.appspot.com/91000043/

R=hduran-8

2690. By Menno Finlay-Smits

[r=menno.smits] Make doc comments everywhere match function names

Found using helper tool which will committed separately.

https://codereview.appspot.com/95920043/

R=gz

2689. By Dave Cheney

[r=gz],[bug=1305386] Update to the latest mgo

Fixes LP 1305386

Fixes race in mgo which was fixed up stream.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:~go-bot/juju-core/trunk
This branch contains Public information 
Everyone can see this information.

Subscribers