1 2 3 4 5 6 7 8 9 | root@maas61:~# juju deploy juju-gui --to=0 Added charm "cs:trusty/juju-gui-52" to the model. Deploying charm "cs:trusty/juju-gui-52" with the charm series "trusty". ERROR cannot deploy "juju-gui" to machine 0: machine 0 not found root@maas61:~# juju deploy juju-gui --to=node0 Added charm "cs:trusty/juju-gui-52" to the model. Deploying charm "cs:trusty/juju-gui-52" with the charm series "trusty". root@maas61:~# root@maas61:~# |