Comment 10 for bug 1204507

Revision history for this message
Runar Ingebrigtsen (ringe) wrote :

Reinstalled MAAS-server using 12.04, and got here:
http://maas.ubuntu.com/docs/juju-quick-start.html

The ~/.juju/environments.yaml looks like this:
juju: environments
environments:
  maas:
    type: maas
    maas-server: 'http://localhost/MAAS'
    maas-oauth: '${maas-api-key}'
    admin-secret: 'nothing'

Except the maas-oauth is the key from http://cloud/MAAS/account/prefs/

mer@cloud:~$ juju status
error: no default environment found
mer@cloud:~$ juju status -e maas -v
2013-08-19 09:45:07 ERROR juju supercommand.go:235 command failed: no instances found
error: no instances found

What does this mean? I have two nodes in my MAAS, so that shouldn't be the instances not found.