Comment 0 for bug 1484993

Revision history for this message
Curtis Hovey (sinzui) wrote :

As seen in the i386 and pp64el unit-tests, TestBootstrapReusesAffinityGroupAndVNet is broken
    http://reports.vapour.ws/releases/2980/job/run-unit-tests-precise-i386/attempt/2431
    http://reports.vapour.ws/releases/2980/job/run-unit-tests-trusty-ppc64el/attempt/3689

    c.Assert(err, gc.ErrorMatches, "cannot start bootstrap instance: no instance for you")
... error string = "" +
... "Juju cannot bootstrap because no tools are available for your environment.\n" +
... "You may want to use the 'agent-metadata-url' configuration setting to specify the tools location.\n"
... regex string = "cannot start bootstrap instance: no instance for you"

This is likely fallout from the change to get devel agents from devel streams.