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:~#
root@maas61:~# juju status
[Services]
NAME STATUS EXPOSED CHARM
juju-gui unknown false cs:trusty/juju-gui-52
[Units]
ID WORKLOAD-STATUS JUJU-STATUS VERSION MACHINE PORTS PUBLIC-ADDRESS MESSAGE
juju-gui/1 unknown allocating 2 Waiting for agent initialization to finish
[Machines]
ID STATE DNS INS-ID SERIES AZ
2 pending pending trusty
root@maas61:~#
root@maas61:~#
root@maas61:~#
root@maas61:~# juju expose juju-gui --to=node0
error: flag provided but not defined: --to
root@maas61:~# juju expose juju-gui
root@maas61:~# juju status
[Services]
NAME STATUS EXPOSED CHARM
juju-gui unknown true cs:trusty/juju-gui-52
[Units]
ID WORKLOAD-STATUS JUJU-STATUS VERSION MACHINE PORTS PUBLIC-ADDRESS MESSAGE
juju-gui/1 unknown allocating 2 Waiting for agent initialization to finish
[Machines]
ID STATE DNS INS-ID SERIES AZ
2 error pending trusty
root@maas61:~#