ubuntuadmin@server192168254002:~$ sudo juju clouds
Cloud           Regions  Default          Type        Description
aws                  15  us-east-1        ec2         Amazon Web Services
aws-china             2  cn-north-1       ec2         Amazon China
aws-gov               1  us-gov-west-1    ec2         Amazon (USA Government)
azure                27  centralus        azure       Microsoft Azure
azure-china           2  chinaeast        azure       Microsoft Azure China
cloudsigma           12  dub              cloudsigma  CloudSigma Cloud
google               18  us-east1         gce         Google Cloud Platform
joyent                6  us-east-1        joyent      Joyent Cloud
oracle                4  us-phoenix-1     oci         Oracle Cloud Infrastructure
oracle-classic        5  uscom-central-1  oracle      Oracle Cloud Infrastructure Classic
rackspace             6  dfw              rackspace   Rackspace Cloud
localhost             1  localhost        lxd         LXD Container Hypervisor

ubuntuadmin@server192168254002:~$ sudo juju add-cloud maas
Cloud Types
  lxd
  maas
  manual
  openstack
  vsphere

Select cloud type: maas

Enter the API endpoint url: http://192.168.254.2:5240/MAAS

Cloud "maas" successfully added

You will need to add credentials for this cloud (`juju add-credential maas`)
before creating a controller (`juju bootstrap maas`).
ubuntuadmin@server192168254002:~$ sudo juju add-credential maas
Enter credential name: maas-credentials

Using auth-type "oauth1".

Enter maas-oauth: 

Credential "maas-credentials" added locally for cloud "maas".


Zum Löschen einer Cloud:
sudo juju remove-cloud 192168254002
