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.
As seen in the i386 and pp64el unit-tests, TestBootstrapRe usesAffinityGro upAndVNet is broken reports. vapour. ws/releases/ 2980/job/ run-unit- tests-precise- i386/attempt/ 2431 reports. vapour. ws/releases/ 2980/job/ run-unit- tests-trusty- ppc64el/ attempt/ 3689
http://
http://
c.Assert(err, gc.ErrorMatches, "cannot start bootstrap instance: no instance for you") metadata- url' configuration setting to specify the tools location.\n"
... error string = "" +
... "Juju cannot bootstrap because no tools are available for your environment.\n" +
... "You may want to use the 'agent-
... regex string = "cannot start bootstrap instance: no instance for you"
This is likely fallout from the change to get devel agents from devel streams.