lp:~go-bot/juju-core/trunk

Created by Go Bot and last modified
Get this branch:
bzr branch lp:~go-bot/juju-core/trunk
Only Go Bot can upload to this branch. If you are Go Bot please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Go Bot
Project:
juju-core
Review team:
Juju Engineering
Status:
Development

Recent revisions

2823. By Horacio Durán

[r=hduran-8] Use localhost only if pressent for opening state

Recently a change was made so localhost is added in the list
of addresses to open state if we are servingstatus.
In that change the addresses where sorted to favor localhost
ones, with this new change, if localhost is present, its the
only one used and the other ones are discarded.

https://codereview.appspot.com/103820044/

R=jameinel, thumper

2822. By Menno Finlay-Smits

[r=menno.smits] Comment improvements relating to upgrades

A comment correction and a comment addition relating to different bits
of upgrade infrastructure (I've been learning how juju upgrades work).

https://codereview.appspot.com/92700043/

R=fwereade, wwitzel3

2821. By Menno Finlay-Smits

[r=menno.smits] Comment improvements relating to upgrades

A comment correction and a comment addition relating to different bits
of upgrade infrastructure (I've been learning how juju upgrades work).

https://codereview.appspot.com/92700043/

R=fwereade, wwitzel3

2820. By Curtis Hovey

[r=sinzui] Increment juju devel to 1.19.4.

Increment juju devel version and win installer to 1.19.4.

https://codereview.appspot.com/100880046/

2819. By Michael Foord

[r=mfoord] replicaset/initiate: wait for status from initiate

After replicaset initiation wait (briefly) for a
status check to return successfully. Hopefully this
will fix the problems with bootstrap on precise for
slow machines. It also means we won't attempt to
use the database until we know the replicaset is
ready.

2818. By Roger Peppe

[r=rogpeppe] testing/testbase: remove

It's unnecessary - we move FindJujuCoreImports to
testing (and make it call the less specific version in
github.com/juju/testing).

We temporarily lose the ability to change the logging level
in tests, but that will be reinstated directly in LoggingSuite - it's
not crucial behaviour.

Eventually most tests will use testing.IsolationSuite,
but in the meantime, add testing.CleanupSuite to
those tests that need it.

https://codereview.appspot.com/99670045/

2816. By Ian Booth

[r=wallyworld],[bug=1325072] Fix unit tests on Utopic

Fix uploadFakeTools so that current series as well
as lts series are uploaded.

https://codereview.appspot.com/102920049/

2815. By Ian Booth

[r=wallyworld],[bug=1324729] Fix root-disk consraints on ec2

EC2 instance types do not include a root
disk size as this is set on instance
creation. This was causing the contraints
matching to fail when root disk was specified.
The fix is to ignore 0 root disk values when
matching constraints.

https://codereview.appspot.com/106750044/

2814. By Horacio Durán

[r=hduran-8] APIWorker should only connect to API on localhost

In some cases, APIWorker might try to connect
to a different address than localhost in State
Servers, to achieve this, APIInfo was modified
to add localhost with the configured StateServerPort
to the Addrs list if not present. To make sure
localhost option will be picked first api.Open now
sorts the Addrs list before trying to connect
to make sure local ones will be tried first.

https://codereview.appspot.com/100810045/

R=natefinch

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.