PK
Size: a a a
PK
J
BB
PK
y
PK
J
y
y
juju.state spacesdiscovery.go:170 Adding space rcloud from provider 2address.go:391
2020-01-16 09:13:55 DEBUG juju.state open.go:180 closed state without error
ERROR space with name "Rcloud" not found
2020-01-16 09:13:55 DEBUG cmd supercommand.go:519 error stack:
/workspace/_build/src/github.com/juju/juju/core/network/address.go:391: space with name "Rcloud" not found
/workspace/_build/src/github.com/juju/juju/agent/agentbootstrap/bootstrap.go:545:
/workspace/_build/src/github.com/juju/juju/cmd/jujud/agent/agent.go:108:
/workspace/_build/src/github.com/juju/juju/cmd/jujud/agent/bootstrap.go:323:
2020-01-16 09:13:55 DEBUG juju.cmd.jujud main.go:256 jujud complete, code 0, err <nil>
12:13:56 ERROR juju.cmd.juju.commands bootstrap.go:778 failed to bootstrap model: subprocess encountered error code 1
// GetByName returns a reference to the space with the input name
// if it exists in the collection. Otherwise nil is returned.
func (s SpaceInfos) GetByName(name string) *SpaceInfo {
for _, space := range s {
if string(space.Name) == name {
return &space
}
}
return nil
}
BB
J
PK
BB
J
PK
BB
PK
J
J
BB